diff --git a/public/css/icinga/mobilemenu.less b/public/css/icinga/mobilemenu.less index e52a3f96f..85cadf666 100644 --- a/public/css/icinga/mobilemenu.less +++ b/public/css/icinga/mobilemenu.less @@ -25,6 +25,7 @@ > button { font-size: .5em; height: 100%; + padding: .25em; // Reset font-size for child elements > * { @@ -54,11 +55,6 @@ } } - .active, .selected { - background: @menu-active-bg-color; - color: @menu-active-color; - } - .flyout { position: fixed; bottom: 3.5em;