fix: sidebar accessibility
This commit is contained in:
parent
c3515b4105
commit
c86ae6aa9d
3 changed files with 33 additions and 25 deletions
|
|
@ -186,14 +186,14 @@
|
|||
============================================ */
|
||||
|
||||
/* Disable all interactive effects on expanded-menu-group header (no href, not clickable) */
|
||||
.sidebar .menu > li.menu-group > .expanded-menu-group > div:not(a) {
|
||||
.sidebar .menu > li.expanded-menu-group > div:not(a) {
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.sidebar .menu > li.menu-group > .expanded-menu-group > div:not(a):hover,
|
||||
.sidebar .menu > li.menu-group > .expanded-menu-group > div:not(a):active,
|
||||
.sidebar .menu > li.menu-group > .expanded-menu-group > div:not(a):focus {
|
||||
.sidebar .menu > li.expanded-menu-group > div:not(a):hover,
|
||||
.sidebar .menu > li.expanded-menu-group > div:not(a):active,
|
||||
.sidebar .menu > li.expanded-menu-group > div:not(a):focus {
|
||||
background-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
cursor: default !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue