buttons: Fix regression

This commit is contained in:
Rafael Mardojai CM 2023-07-16 12:32:16 -05:00
parent d1edc1d072
commit a78d6f5178
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
/* Buttons Issues/Glitches fixes */
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* Remove the header bar buttons' hover styles */
#nav-bar {
--toolbarbutton-active-background: transparent !important;
--toolbarbutton-hover-background: transparent !important;
}
/* Fix notification dropmarker */
.popup-notification-dropmarker dropmarker {
display: none !important;