We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b037f5b commit 5cdc144Copy full SHA for 5cdc144
1 file changed
JS/verticalTabsPane.uc.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name Vertical Tabs Pane
3
-// @version 1.5.8
+// @version 1.5.9
4
// @author aminomancer
5
// @homepage https://github.com/aminomancer/uc.css.js
6
// @description Create a vertical pane across from the sidebar that functions like the vertical
@@ -2048,6 +2048,7 @@
2048
}
2049
#vertical-tabs-pane .subviewbutton-iconic > .toolbarbutton-icon {
2050
-moz-context-properties: fill, fill-opacity;
2051
+ fill: var(--toolbarbutton-icon-fill);
2052
2053
#vertical-tabs-pane .subviewbutton.no-label .toolbarbutton-text {
2054
display: none;
0 commit comments