Skip to content

Commit

Permalink
verticalTabsPane: fix light mode icon fill
Browse files Browse the repository at this point in the history
  • Loading branch information
aminomancer committed May 8, 2022
1 parent b037f5b commit 5cdc144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JS/verticalTabsPane.uc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Vertical Tabs Pane
// @version 1.5.8
// @version 1.5.9
// @author aminomancer
// @homepage https://github.com/aminomancer/uc.css.js
// @description Create a vertical pane across from the sidebar that functions like the vertical
Expand Down Expand Up @@ -2048,6 +2048,7 @@
}
#vertical-tabs-pane .subviewbutton-iconic > .toolbarbutton-icon {
-moz-context-properties: fill, fill-opacity;
fill: var(--toolbarbutton-icon-fill);
}
#vertical-tabs-pane .subviewbutton.no-label .toolbarbutton-text {
display: none;
Expand Down

0 comments on commit 5cdc144

Please sign in to comment.