MDL-51819 theme: style fix for nested dropdowns

This commit is contained in:
Dan Poltawski 2015-11-12 21:54:50 +00:00
parent 5fdbdca9e5
commit e763d96122
2 changed files with 4 additions and 2 deletions

View file

@ -429,11 +429,13 @@
.nav > li > a:focus, .nav > li > a:focus,
.dropdown-menu a:hover, .dropdown-menu a:hover,
.dropdown-menu a:focus, .dropdown-menu a:focus,
.dropdown-submenu a:focus,
.dropdown-submenu a:hover, .dropdown-submenu a:hover,
.dropdown-submenu a:focus,
.dropdown-submenu a:active, .dropdown-submenu a:active,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a
{ {
background-image: none; background-image: none;
color: @grayDark; color: @grayDark;

File diff suppressed because one or more lines are too long