Toolkit: remove textbox outlines

This commit is contained in:
asonix 2021-02-04 21:28:32 -06:00
parent 61f0a97e44
commit 2b47dff047

View file

@ -337,6 +337,7 @@ img {
padding: 8px 24px 8px 8px;
font-size: 14px;
font-weight: 500;
outline: none;
color: $dark;
border-color: $border-light;
@ -569,6 +570,7 @@ img {
color: $dark;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
border-radius: 3px;
outline: none;
&:hover,
&:focus {