mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Move octicon values to content property
This commit is contained in:
@@ -21,11 +21,19 @@
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.status-bar .modified-status-icon:before {
|
||||
content: "\f26d";
|
||||
}
|
||||
|
||||
.status-bar .new-status-icon {
|
||||
color: #269F81;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.status-bar .new-status-icon:before {
|
||||
content: "\f26b";
|
||||
}
|
||||
|
||||
.status-bar .octicons {
|
||||
font-family: 'Octicons Regular';
|
||||
font-size: 14px;
|
||||
|
||||
Reference in New Issue
Block a user