mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 00:51:37 +01:00
Highlight border when focusing poll-form footer (#12544)
This commit is contained in:
parent
76adde4fe2
commit
eb551c480d
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@
|
|||
button,
|
||||
select {
|
||||
flex: 1 1 50%;
|
||||
|
||||
&:focus {
|
||||
border-color: $highlight-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue