really dumb focus ring
This commit is contained in:
parent
98d3e0a2c2
commit
137e2ff018
1 changed files with 4 additions and 1 deletions
|
@ -73,7 +73,10 @@ button, input {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
outline: none;
|
}
|
||||||
|
|
||||||
|
:focus {
|
||||||
|
outline: 0.5em solid var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text], input[type=url] {
|
input[type=text], input[type=url] {
|
||||||
|
|
Loading…
Reference in a new issue