1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

Mobile: Fixes #7594: Remove gray line around text editor (#7595)

This commit is contained in:
Henry Heino 2023-01-07 09:49:14 -08:00 committed by GitHub
parent 0530c74924
commit a91c8ffbf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,8 @@ const createTheme = (theme: any): Extension[] => {
'&.cm-focused .cm-selectionBackground, ::selection': baseSelectionStyle,
'.cm-selectionBackground': blurredSelectionStyle,
'&.cm-focused': {
outline: 'none',
'&.cm-editor.cm-focused': {
outline: 'none !important',
},
'& .cm-blockQuote': {