1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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
width: .7em
//.CodeMirror-foldgutter-open,
//.CodeMirror-foldgutter-folded
// color: #555
// cursor: pointer
.CodeMirror-foldgutter-open,
.CodeMirror-foldgutter-folded
cursor: pointer
.CodeMirror-foldgutter-open:after
content: "\25BE"