mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use new ellipsis octicon in fold marker
This commit is contained in:
@@ -65,10 +65,13 @@
|
||||
}
|
||||
|
||||
.editor .fold-marker:after {
|
||||
content: '\2026';
|
||||
content: '\f09a';
|
||||
opacity: .8;
|
||||
color: #fba0e3;
|
||||
padding-left: .2em;
|
||||
font-size: 1.1em;
|
||||
font-family: 'Octicons Regular';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.editor .line.cursor-line .fold-marker {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user