From 6530bc26ae88d2431006dca1fe3cb12f13ffa825 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 22 Dec 2016 23:24:53 -0800 Subject: [PATCH] fixing menu active css --- theme/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/style.less b/theme/style.less index 8cc87b87..585079a7 100644 --- a/theme/style.less +++ b/theme/style.less @@ -16,7 +16,7 @@ background: #4ECC60 !important; } -.blocks-menuitem, .javascript-menuitem { +.blocks-menuitem.active, .javascript-menuitem.active { background: #738791 !important; }