Use new ellipsis octicon in fold marker

This commit is contained in:
Kevin Sawicki
2013-02-15 19:10:13 -08:00
parent b18b32f9c1
commit 7f9fb785df
2 changed files with 4 additions and 1 deletions

View File

@@ -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.