Add ellipsis at end of folded line

This commit is contained in:
Kevin Sawicki 2013-01-31 13:21:06 -08:00
parent a0f06e09d6
commit 9a73665811
2 changed files with 22 additions and 0 deletions

View File

@ -66,6 +66,17 @@
visibility: visible;
}
.editor .fold-marker:after {
content: '\2026';
opacity: .8;
color: #fba0e3;
padding-left: .2em;
}
.editor .line.cursor-line .fold-marker {
opacity: 1;
}
.editor .invisible {
opacity: 0.2;
}

View File

@ -69,6 +69,17 @@
visibility: visible;
}
.editor .fold-marker:after {
content: '\2026';
opacity: .8;
color: #fba0e3;
padding-left: .2em;
}
.editor .line.cursor-line .fold-marker {
opacity: 1;
}
.editor .invisible {
opacity: 0.2;
}