mirror of
https://github.com/openwrt/luci.git
synced 2025-12-28 16:49:59 +04:00
Update cascade.css
Make submenus accessible to screen readers
This commit is contained in:
@@ -956,9 +956,9 @@ a.menu:after, .dropdown-toggle:after {
|
||||
.menu-dropdown, .dropdown-menu {
|
||||
background-color: #ffffff;
|
||||
float: left;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: -9999px;
|
||||
z-index: 900;
|
||||
min-width: 160px;
|
||||
max-width: 220px;
|
||||
@@ -1040,11 +1040,11 @@ header .dropdown-menu a.hover,
|
||||
.dropdown.open .menu-dropdown,
|
||||
.open .dropdown-menu,
|
||||
.dropdown.open .dropdown-menu {
|
||||
display: block;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.dropdown:hover ul.dropdown-menu {
|
||||
display: block;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu .dropdown-menu {
|
||||
|
||||
Reference in New Issue
Block a user