Skip to content
Snippets Groups Projects
Verified Commit be8911ee authored by Dominic Meiser's avatar Dominic Meiser
Browse files

style input :focus-visible, user agent styling looks terrible

parent 78424f7f
No related branches found
No related tags found
1 merge request!7Styling for login pages
......@@ -54,6 +54,11 @@ body, @{inputs}, @{buttons} {
&.error {
border-color: red;
}
&:focus-visible {
outline: none;
border-color: var(--accent2);
}
}
.input-error {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment