small selection fix
This commit is contained in:
@ -81,7 +81,7 @@ export const getCodeMirrorTheme = (theme: {[key: string]: string}): Extension =>
|
|||||||
},
|
},
|
||||||
"&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":
|
"&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":
|
||||||
{
|
{
|
||||||
backgroundColor: selection_background,
|
backgroundColor: selection_foreground,
|
||||||
border: `0.5px solid ${selection_background}`,
|
border: `0.5px solid ${selection_background}`,
|
||||||
},
|
},
|
||||||
".cm-panels": {
|
".cm-panels": {
|
||||||
|
|||||||
Reference in New Issue
Block a user