refactor: json outline ui

This commit is contained in:
liyasthomas
2021-09-14 23:11:10 +05:30
parent 1dee098ca2
commit 93a97a2f4c
4 changed files with 86 additions and 50 deletions

View File

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