1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

Add cursor pointer when hovering fold gutter

This commit is contained in:
Gediminas Petrikas
2018-03-25 14:55:33 +03:00
parent 9d6dbc1a6f
commit cd405d1df9

View File

@@ -114,10 +114,9 @@ body[data-theme="dark"]
.CodeMirror-foldgutter .CodeMirror-foldgutter
width: .7em width: .7em
//.CodeMirror-foldgutter-open, .CodeMirror-foldgutter-open,
//.CodeMirror-foldgutter-folded .CodeMirror-foldgutter-folded
// color: #555 cursor: pointer
// cursor: pointer
.CodeMirror-foldgutter-open:after .CodeMirror-foldgutter-open:after
content: "\25BE" content: "\25BE"