fix active search source hover background issue

Fixes #5971
This commit is contained in:
michaelcheng429 2016-01-21 14:09:48 -06:00 committed by Brad Westfall
parent 92f210f769
commit 5bbf1c0389

View file

@ -457,3 +457,14 @@ fieldset {
overflow-y: hidden;
}
}
.list-group {
.list-group-item {
&.active,
&.active:hover,
&.active:focus {
background-color: @list-group-menu-item-active-bg;
cursor: default;
}
}
}