Disable inputs outline
This commit is contained in:
@@ -54,6 +54,9 @@ button {
|
||||
[data-focus-visible-added], *:focus-visible {
|
||||
outline: 1px dashed $color-secondary;
|
||||
}
|
||||
input[type="text"], input[type="email"], input[type="password"] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
// Selection
|
||||
::selection { color: #fff; background: $color-secondary; }
|
||||
|
||||
Reference in New Issue
Block a user