Skip to content

Commit 5cdc144

Browse files
committed
verticalTabsPane: fix light mode icon fill
1 parent b037f5b commit 5cdc144

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

JS/verticalTabsPane.uc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name Vertical Tabs Pane
3-
// @version 1.5.8
3+
// @version 1.5.9
44
// @author aminomancer
55
// @homepage https://github.com/aminomancer/uc.css.js
66
// @description Create a vertical pane across from the sidebar that functions like the vertical
@@ -2048,6 +2048,7 @@
20482048
}
20492049
#vertical-tabs-pane .subviewbutton-iconic > .toolbarbutton-icon {
20502050
-moz-context-properties: fill, fill-opacity;
2051+
fill: var(--toolbarbutton-icon-fill);
20512052
}
20522053
#vertical-tabs-pane .subviewbutton.no-label .toolbarbutton-text {
20532054
display: none;

0 commit comments

Comments
 (0)