Skip to content

Commit

Permalink
fix disabled buttons being fully opaque
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ authored Apr 12, 2021
1 parent 09067c6 commit adb4711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/global/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#scrollbutton-up[part="scrollbutton-up"]:not(.menupopup-scrollbutton)[disabled],
#scrollbutton-down[part="scrollbutton-down"]:not(.menupopup-scrollbutton)[disabled]
{
opacity: 1 !important;
opacity: .42 !important;
}

#navigator-toolbox :-moz-any(.toolbarbutton-1, toolbarbutton.bookmark-item:not(.subviewbutton)):hover:not([disabled]),
Expand Down

0 comments on commit adb4711

Please sign in to comment.