mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 13:01:51 +02:00
Styling of folded regions in the light theme
This commit is contained in:
parent
8d7f34c3bc
commit
e4b4401b70
@ -43,6 +43,11 @@ const lightTheme = EditorView.theme({
|
|||||||
".cm-activeLine": {
|
".cm-activeLine": {
|
||||||
backgroundColor: "rgba(0,0,0, 0.04)",
|
backgroundColor: "rgba(0,0,0, 0.04)",
|
||||||
},
|
},
|
||||||
|
'.cm-foldPlaceholder': {
|
||||||
|
backgroundColor: 'transparent',
|
||||||
|
border: 'none',
|
||||||
|
color: 'rgba(0,0,0, 0.5)'
|
||||||
|
},
|
||||||
".cm-selectionBackground": {
|
".cm-selectionBackground": {
|
||||||
background: selectionBlur,
|
background: selectionBlur,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user