mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
add :focus to up and down classes
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
e49bd6497b
commit
080ebb24ca
1 changed files with 4 additions and 2 deletions
|
@ -137,11 +137,13 @@ form > button {
|
||||||
mask: url(/static/svg/down.svg);
|
mask: url(/static/svg/down.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.up:hover {
|
.up:hover,
|
||||||
|
.up:focus {
|
||||||
background: var(--green);
|
background: var(--green);
|
||||||
}
|
}
|
||||||
|
|
||||||
.down:hover {
|
.down:hover,
|
||||||
|
.down:focus {
|
||||||
background: var(--red);
|
background: var(--red);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue