CSS: Fix hovered active background in flyout menu

This commit is contained in:
Florian Strohmaier 2017-11-20 17:55:51 +01:00
parent 4ab7bf5278
commit 69325b6d92

View File

@ -229,6 +229,10 @@
display: none;
}
&.active:hover {
background: @icinga-blue;
}
&:hover {
background: @tr-active-color;
}