mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Use octicon variables in command-panel.less and editor.less
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "octicon-utf-codes.less";
|
||||
|
||||
.command-panel {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
@@ -22,7 +24,7 @@
|
||||
height: 1.1em;
|
||||
margin-right: 5px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
content: '\f09e';
|
||||
content: @hourglass;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -54,13 +56,13 @@
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
content: "\f05b";
|
||||
content: @triangle-down;
|
||||
position: relative;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.is-collapsed .path-details:before {
|
||||
content: "\f05a";
|
||||
content: @triangle-right;
|
||||
}
|
||||
|
||||
.path-name:before {
|
||||
@@ -70,13 +72,13 @@
|
||||
height: 16px;
|
||||
margin-right: 5px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
content: "\f011";
|
||||
content: @file-text;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.path.readme .path-name:before {
|
||||
content: "\f007";
|
||||
content: @book;
|
||||
}
|
||||
|
||||
.operation {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "octicon-utf-codes.less";
|
||||
|
||||
.editor {
|
||||
overflow: hidden;
|
||||
cursor: text;
|
||||
@@ -57,7 +59,7 @@
|
||||
|
||||
.editor .gutter .line-number:after {
|
||||
font-size: 0.8em;
|
||||
content: '\f078';
|
||||
content: @chevron-right;
|
||||
font-family: 'Octicons Regular';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
opacity: .8;
|
||||
@@ -66,7 +68,7 @@
|
||||
|
||||
.editor .fold-marker:after {
|
||||
font-size: .8em;
|
||||
content: '\f09a';
|
||||
content: @ellipsis;
|
||||
opacity: .8;
|
||||
padding-left: .2em;
|
||||
font-family: 'Octicons Regular';
|
||||
|
||||
Reference in New Issue
Block a user