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

Commit

Permalink
Fix for #9183
Browse files Browse the repository at this point in the history
  • Loading branch information
Larz authored and Larz committed Sep 20, 2014
1 parent dbdaf3e commit 02434ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/brackets.less
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,10 @@ a, img {
.sprite-icon(0, 0, 13px, 13px, "images/split-view-icons.svg");
margin: 0 5px 0 -1px;
vertical-align: -2px;

.dark & {
.sprite-icon(0, 0, 13px, 13px, "images/split-view-icons-dark.svg");
}
}
&:nth-child(1) .menu-name::before {
.splitview-icon-none();
Expand Down
15 changes: 15 additions & 0 deletions src/styles/images/split-view-icons-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 02434ba

Please sign in to comment.