File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
branded/src/search-ui/input
web/src/repo/blob/codemirror/codeintel
web-sveltekit/src/lib/search Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ const staticExtensions: Extension = [
54
54
padding : 0 ,
55
55
} ,
56
56
'&.cm-focused .cm-selectionLayer .cm-selectionBackground' : {
57
- backgroundColor : 'var(--code-selection-bg-2)' ,
57
+ backgroundColor : 'var(--code-selection-bg-2) !important ' ,
58
58
} ,
59
59
'.cm-selectionLayer .cm-selectionBackground' : {
60
- backgroundColor : 'var(--code-selection-bg)' ,
60
+ backgroundColor : 'var(--code-selection-bg) !important ' ,
61
61
} ,
62
62
} ) ,
63
63
]
Original file line number Diff line number Diff line change 36
36
padding: 0 ,
37
37
},
38
38
' &.cm-focused .cm-selectionLayer .cm-selectionBackground' : {
39
- backgroundColor: ' var(--code-selection-bg-2)' ,
39
+ backgroundColor: ' var(--code-selection-bg-2) !important ' ,
40
40
},
41
41
' .cm-selectionLayer .cm-selectionBackground' : {
42
- backgroundColor: ' var(--code-selection-bg)' ,
42
+ backgroundColor: ' var(--code-selection-bg) !important ' ,
43
43
},
44
44
}),
45
45
defaultTheme ,
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ const theme = EditorView.theme({
135
135
} ,
136
136
} ,
137
137
'.cm-selectionLayer .cm-selectionBackground' : {
138
- background : 'var(--code-selection-bg-2)' ,
138
+ background : 'var(--code-selection-bg-2) !important ' ,
139
139
} ,
140
140
} )
141
141
You can’t perform that action at this time.
0 commit comments