diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-20 14:33:28 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-20 14:33:28 -0400 |
| commit | 20128eb11d5146e9f199d04a94ca9a6b5ac109d7 (patch) | |
| tree | 615c2de7f6db1eeebb065faf94d387afac36bb87 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | d207cf565968167c59b16baf6ca5ce2543c680ea (diff) | |
some progress on eq text highlighting
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index d1f1e3a13..6b53eb1cc 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -313,3 +313,8 @@ } } +.schemaField-editing { + outline: none; +} + + |
