Fix: new tab button icon color set to currentColor #132

This commit is contained in:
BlaCk_Void 2021-08-11 21:34:06 +09:00
parent fb029b8ee5
commit 81f195f7e4

View file

@ -79,6 +79,7 @@
:root[tabsintitlebar]:not(:-moz-window-inactive, :-moz-lwtheme) .toolbar-items,
:root[tabsintitlebar][lwt-default-theme-in-dark-mode]:not(:-moz-window-inactive) .toolbar-items {
--toolbarbutton-icon-fill: currentColor;
--toolbarbutton-hover-background: color-mix(in srgb, -moz-accent-color-foreground 10%, transparent);
--toolbarbutton-active-background: color-mix(in srgb, -moz-accent-color-foreground 15%, transparent);
}