mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add git icons, use them in select-lists
This commit is contained in:
9
themes/neue-dark-ui/git.less
Normal file
9
themes/neue-dark-ui/git.less
Normal file
@@ -0,0 +1,9 @@
|
||||
@import "ui-mixins";
|
||||
@import "ui-variables";
|
||||
|
||||
.status { .text(normal); }
|
||||
.status-added { .text(info); }
|
||||
.status-ignored { .text(subtle); }
|
||||
.status-modified { .text(warning); }
|
||||
.status-removed { .text(error); }
|
||||
.status-renamed { .text(success); }
|
||||
@@ -22,6 +22,14 @@
|
||||
border-bottom: 1px solid @overlay-background-color;
|
||||
|
||||
&.two-lines { padding: @component-padding/2 @component-padding; }
|
||||
|
||||
.status.icon {
|
||||
float: right;
|
||||
margin-left: @component-icon-padding;
|
||||
&:before {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
'atom'
|
||||
'utilities'
|
||||
'text'
|
||||
'git'
|
||||
'icons'
|
||||
'loading'
|
||||
'buttons'
|
||||
|
||||
Reference in New Issue
Block a user