diff --git a/ext/mixed/css/material.css b/ext/mixed/css/material.css index 6846c187..6d56edfc 100644 --- a/ext/mixed/css/material.css +++ b/ext/mixed/css/material.css @@ -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);