remove outline from focused inputs
This commit is contained in:
@@ -20,6 +20,7 @@ input, textarea, input.form-control, textarea.form-control {
|
||||
border-color: $purple-500;
|
||||
color: $gray-50;
|
||||
outline: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
|
||||
Reference in New Issue
Block a user