Skip to content

Commit

Permalink
Remove conflicting theme overrides
Browse files Browse the repository at this point in the history
Fix #21
  • Loading branch information
wyze committed May 18, 2016
1 parent b27a272 commit 543ddc1
Showing 1 changed file with 23 additions and 32 deletions.
55 changes: 23 additions & 32 deletions styles/theme-overrides.less
@@ -1,40 +1,31 @@
// One Dark
atom-workspace {
// Atom Material
&.theme-atom-material-ui {
// Tab Bar
.tab-bar .tab {
.title:before {
margin-left: 0;
margin-right: 5px !important;
position: relative;
vertical-align: middle;
}

[theme-one-dark-ui-layoutmode],
[theme-one-light-ui-layoutmode] {
.list-group,
.list-tree {
.icon::before {
vertical-align: bottom;
}
}
}

atom-workspace.theme-atom-material-ui {
// Tab Bar
.tab-bar .tab {
.title:before {
margin-left: 0;
margin-right: 5px !important;
position: relative;
vertical-align: middle;
.title.icon:before {
vertical-align: text-bottom;
}
}

.title.icon:before {
vertical-align: text-bottom;
.icon-file-directory {
&:before {
margin-right: 10px !important;
}
}
}

.icon-file-directory {
&:before {
margin-right: 10px !important;
}
}

.icon-file-text,
.icon-book {
&:before {
top: 6px;
.icon-file-text,
.icon-book {
&:before {
top: 6px;
}
}
}
}

0 comments on commit 543ddc1

Please sign in to comment.