1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Remove ugly outline from options editor

This commit is contained in:
Andrew Kingston 2024-05-23 13:19:27 +01:00
parent 8d837038cf
commit 4f0dd189a2

View file

@ -196,6 +196,7 @@
border-bottom: 1px solid var(--spectrum-global-color-gray-300);
gap: var(--spacing-m);
padding: 0 var(--spacing-m) 0 var(--spacing-s);
outline: none !important;
}
.option.invalid {
border: 1px solid var(--spectrum-global-color-red-400);