0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 16:38:38 +00:00

proper selection highlight

This commit is contained in:
Víctor Losada Hernández
2026-04-22 00:38:57 +02:00
parent 7d19c4bcd7
commit a46c776398
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default EditorView.theme({
'.cm-activeLine' : {
backgroundColor : '#868c9323',
},
'.cm-selected' : {
'.cm-selectionBackground ' : {
backgroundColor : '#d7d4f0',
},
'.cm-pageLine' : {
+1 -1
View File
@@ -42,7 +42,7 @@ export default EditorView.theme({
'.cm-gutterElement.cm-activeLineGutter' : {
backgroundColor : '#becee374',
},
'.cm-selected' : {
'.cm-selectionBackground ' : {
backgroundColor : '#d7d4f0',
},
'.cm-foldmarker' : {