Fix keyboard shortcut opacity

This commit is contained in:
Rafael Mardojai CM 2019-07-16 19:40:59 -05:00
parent f7a5ff3d17
commit 8480e41c1b
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ panel:not(.tooltip-xul-wrapper) .panel-arrowcontent {
opacity: 0.5 !important;
}
.subviewbutton[shortcut]:after {
opacity: 0.5 !important;
}
.subviewbutton:not([disabled]):hover, .toolbarbutton-1:not([disabled]):hover {
background: var(--gnome-popover-button-hover-background) !important;
}