SoapboxConfig: Improve raw JSON editor

This commit is contained in:
Alex Gleason 2020-08-23 23:45:17 -05:00
parent e173af54f1
commit 011b80f717
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 5 additions and 0 deletions

View file

@ -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;
}