fix nav search popup active background color
This commit is contained in:
@@ -1722,6 +1722,13 @@ nav .dropdown-menu {
|
||||
border-bottom-left-radius: $radiuspx;
|
||||
}
|
||||
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:focus,
|
||||
.dropdown-menu > .active > a:hover {
|
||||
color: #333;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.dropdown-menu-img-sm {
|
||||
float: left;
|
||||
width: 36px;
|
||||
|
||||
Reference in New Issue
Block a user