Fix menus arrow when disabled

This commit is contained in:
Rafael Mardojai CM 2019-07-10 14:04:11 -05:00
parent 4b958e932b
commit aca6a515f5
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@
width: 16px !important;
height: 16px !important;
}
menu:not(:-moz-lwtheme-brighttext):hover > .menu-right,
menu[disabled] > .menu-right {
opacity: 0.3;
}
menu:not(:-moz-lwtheme-brighttext):not([disabled]):hover > .menu-right,
menu:not(:-moz-lwtheme-brighttext)[open] > .menu-right {
filter: invert(100%) brightness(200%);
}