mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
remove outline from focused inputs
This commit is contained in:
parent
3f92317b9e
commit
45696a6273
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue