Better highlight dropdown menu hovers

This commit is contained in:
Johannes Zellner
2017-08-31 20:51:11 +02:00
parent d5d924861b
commit f98e13d701

View File

@@ -102,6 +102,12 @@ $table-border-color: transparent !default;
width: 300px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
background-color: $brand-primary;
color: white;
}
// ----------------------------
// Main classes
// ----------------------------