Fix horizontal menu control group placement bug
react-menu changed it to role="none"
This commit is contained in:
parent
f9b676856e
commit
ac94303d0c
1 changed files with 1 additions and 1 deletions
|
@ -2042,7 +2042,7 @@ body > .szh-menu-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-control-group-horizontal:first-child,
|
.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-top: -8px;
|
||||||
margin-bottom: -4px;
|
margin-bottom: -4px;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue