Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 02434ba

Browse files
LarzLarz
Larz
authored and
Larz
committed
Fix for #9183
1 parent dbdaf3e commit 02434ba

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

src/styles/brackets.less

+4
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,10 @@ a, img {
753753
.sprite-icon(0, 0, 13px, 13px, "images/split-view-icons.svg");
754754
margin: 0 5px 0 -1px;
755755
vertical-align: -2px;
756+
757+
.dark & {
758+
.sprite-icon(0, 0, 13px, 13px, "images/split-view-icons-dark.svg");
759+
}
756760
}
757761
&:nth-child(1) .menu-name::before {
758762
.splitview-icon-none();
Loading

0 commit comments

Comments
 (0)