feat: fix outline

This commit is contained in:
Andrew Bastin
2021-09-14 21:30:58 +05:30
parent a07cc7e560
commit 1dee098ca2
6 changed files with 344 additions and 33 deletions

View File

@@ -465,9 +465,9 @@ input[type="checkbox"] {
.CodeMirror {
@apply !h-auto;
&:not(.CodeMirror-focused) .CodeMirror-activeline-background {
background: transparent !important;
}
// &:not(.CodeMirror-focused) .CodeMirror-activeline-background {
// background: transparent !important;
// }
.CodeMirror-dialog-top {
@apply bg-primaryLight;