Highlight selected item in dropdown menus

This commit is contained in:
Frederic Guillot
2015-09-14 22:19:53 -04:00
parent d1e6c39df4
commit ac1f3fbadf
3 changed files with 20 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -36,6 +36,24 @@ ul.dropdown-submenu-open {
border: none;
}
.dropdown-submenu-open li:hover {
background: #4078C0;
color: #fff;
}
.dropdown-submenu-open li:hover a {
color: #fff;
}
.dropdown-submenu-open a {
text-decoration: none;
color: #333;
}
.dropdown-submenu-open a:focus {
text-decoration: underline;
}
.page-header .dropdown {
padding-right: 10px;
}