Skip to content

Commit

Permalink
Fix #246: Text/book icons missing in Flatland Dark UI theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Feb 29, 2016
1 parent 85c7012 commit d5e9f47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/file-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
.icon-book[data-name="Readme.md"]:before,
.icon-book[data-name="readme.md"]:before { .medium-blue; }

.file-icons-tab-pane-icon @{pane-tab-selector}, .icon-file-text, .icon-file-binary {

.file-icons-tab-pane-icon @{pane-tab-selector},
.icon-file-text,
.icon-file-binary,
.theme-flatland-dark-ui .icon-file-text,
.theme-flatland-dark-ui .icon-book {

&:before {
.text-icon;
Expand Down

0 comments on commit d5e9f47

Please sign in to comment.