mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-29 07:48:11 +00:00
make sure selection is visible
This commit is contained in:
@@ -37,7 +37,10 @@ export default EditorView.theme({
|
|||||||
caretColor : 'transparent',
|
caretColor : 'transparent',
|
||||||
},
|
},
|
||||||
'.cm-activeLine' : {
|
'.cm-activeLine' : {
|
||||||
backgroundColor : '#e8f2ff',
|
backgroundColor : '#becee374',
|
||||||
|
},
|
||||||
|
'.cm-gutterElement.cm-activeLineGutter' : {
|
||||||
|
backgroundColor : '#becee374',
|
||||||
},
|
},
|
||||||
'.cm-selected' : {
|
'.cm-selected' : {
|
||||||
backgroundColor : '#d7d4f0',
|
backgroundColor : '#d7d4f0',
|
||||||
|
|||||||
Reference in New Issue
Block a user