mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Add focused outline to a, button, input, select
This commit is contained in:
parent
4d8d7dbfc5
commit
ce8c189fde
4 changed files with 39 additions and 6 deletions
|
@ -241,6 +241,15 @@ a,
|
|||
color: var(--color-foreground);
|
||||
transition: 0.4s;
|
||||
}
|
||||
a:focus {
|
||||
background-color: var(--color-border);
|
||||
outline: none;
|
||||
}
|
||||
a:focus-visible {
|
||||
outline: 0.15rem solid var(--color-border);
|
||||
outline-offset: 0.2rem;
|
||||
transition: none;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue