mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Show octicon in gutter for bookmarked line
This commit is contained in:
parent
684dec4b24
commit
1c37537d19
@ -1,5 +1,5 @@
|
||||
.editor .line-number.bookmarked,
|
||||
.editor .line-number.bookmarked.cursor-line {
|
||||
background: #09C;
|
||||
color: #fff;
|
||||
.editor .gutter .line-number.bookmarked:after {
|
||||
color: #09C;
|
||||
content: '\f07b';
|
||||
visibility: visible;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user