mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 18:48:39 +00:00
proper selection highlight
This commit is contained in:
@@ -54,7 +54,7 @@ export default EditorView.theme({
|
|||||||
'.cm-activeLine' : {
|
'.cm-activeLine' : {
|
||||||
backgroundColor : '#868c9323',
|
backgroundColor : '#868c9323',
|
||||||
},
|
},
|
||||||
'.cm-selected' : {
|
'.cm-selectionBackground ' : {
|
||||||
backgroundColor : '#d7d4f0',
|
backgroundColor : '#d7d4f0',
|
||||||
},
|
},
|
||||||
'.cm-pageLine' : {
|
'.cm-pageLine' : {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export default EditorView.theme({
|
|||||||
'.cm-gutterElement.cm-activeLineGutter' : {
|
'.cm-gutterElement.cm-activeLineGutter' : {
|
||||||
backgroundColor : '#becee374',
|
backgroundColor : '#becee374',
|
||||||
},
|
},
|
||||||
'.cm-selected' : {
|
'.cm-selectionBackground ' : {
|
||||||
backgroundColor : '#d7d4f0',
|
backgroundColor : '#d7d4f0',
|
||||||
},
|
},
|
||||||
'.cm-foldmarker' : {
|
'.cm-foldmarker' : {
|
||||||
|
|||||||
Reference in New Issue
Block a user