Fix hover effect on disabled menu items

This commit is contained in:
mkpaz 2022-08-25 13:50:23 +04:00
parent 02da356876
commit 8c60ae7c07

@ -120,6 +120,7 @@ $separator-padding: map-get(cfg.$separators, "small") !default;
&:disabled {
-fx-opacity: cfg.$opacity-disabled;
-fx-background-color: $color-menuitem-bg;
}
}