1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Revert select box-shadow (outline) color

Signed-off-by: alexfront <alex.andreev.email@gmail.com>
This commit is contained in:
alexfront 2020-08-10 12:17:04 +03:00
parent 5c1ded6c4b
commit 0393d1f782

View File

@ -31,7 +31,7 @@ html {
border-radius: $radius; border-radius: $radius;
background: transparent; background: transparent;
min-height: 0; min-height: 0;
box-shadow: 0 0 0 1px $borderFaintColor; box-shadow: 0 0 0 1px $halfGray;
&--is-focused { &--is-focused {
box-shadow: 0 0 0 2px $primary; box-shadow: 0 0 0 2px $primary;