mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-51819 theme: style fix for nested dropdowns
This commit is contained in:
parent
5fdbdca9e5
commit
e763d96122
2 changed files with 4 additions and 2 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue