SoapboxConfig: Improve raw JSON editor
This commit is contained in:
parent
e173af54f1
commit
011b80f717
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -994,3 +994,8 @@ code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.code-editor--invalid textarea {
|
||||||
|
border-color: $error-red !important;
|
||||||
|
color: $error-red;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue