mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Add file octicon to path elements
This commit is contained in:
@@ -24,12 +24,22 @@
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path {
|
||||
padding-top: 2px;
|
||||
padding-left: 5px;
|
||||
padding-bottom: 2px;
|
||||
color: #ffd2a7;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .path:before {
|
||||
font-family: 'Octicons Regular';
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 5px;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
content: "\f011";
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.command-panel .preview-list .operation {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
|
||||
Reference in New Issue
Block a user