Merge pull request #802 from kasparsj/fix-strudelTheme-outline

remove unwanted cm6 outline for strudelTheme
This commit is contained in:
Felix Roos 2023-11-15 20:12:23 +01:00 committed by GitHub
commit 49aa9cf6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,3 +57,7 @@
#code .cm-foldGutter {
display: none !important;
}
#code .cm-focused {
outline: none;
}