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