Fix menu items not being hidden properly (#1297)
This commit is contained in:
parent
323c2e8bf3
commit
9587202d5a
@ -935,9 +935,11 @@ button.popup-menu-item {
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
font-family: inherit;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
button.popup-menu-item:not([hidden]) {
|
||||
display: flex;
|
||||
}
|
||||
button.popup-menu-item:hover:not(:disabled),
|
||||
button.popup-menu-item:focus:not(:disabled) {
|
||||
background-color: var(--menu-item-hover-color);
|
||||
|
Loading…
Reference in New Issue
Block a user