Fix horizontal menu control group placement bug

react-menu changed it to role="none"
This commit is contained in:
Lim Chee Aun 2024-08-14 22:22:43 +08:00
parent f9b676856e
commit ac94303d0c

View file

@ -2042,7 +2042,7 @@ body > .szh-menu-container {
}
.menu-control-group-horizontal:first-child,
li[aria-hidden='true'] + .menu-control-group-horizontal {
li[role='none'] + .menu-control-group-horizontal {
margin-top: -8px;
margin-bottom: -4px;