Skip to content

Commit 068c61d

Browse files
committed
Use occult theme icons even when UI is enlarged
1 parent 7e67439 commit 068c61d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

styles/themes/occult.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
background-image: url("../../images/occult/tools.svg");
1616
background-position: calc(-16px * (var(--icon-index) * 2 + 1)) -16px;
1717
} */
18-
.enlarge-ui .tool-icon.use-svg {
19-
background-image: url("../../images/dark/tools.svg");
20-
background-position: calc(-16px * (var(--icon-index) * 2 + 1)) -16px;
21-
}
2218

2319
.transparent-mode-option,
2420
.transparent-mode-option.use-svg { /* specificity needed for overriding classic theme; SVG is not supported yet for this theme */

0 commit comments

Comments
 (0)