mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Highlight border when focusing poll-form footer (#12544)
This commit is contained in:
parent
76adde4fe2
commit
eb551c480d
@ -177,6 +177,10 @@
|
|||||||
button,
|
button,
|
||||||
select {
|
select {
|
||||||
flex: 1 1 50%;
|
flex: 1 1 50%;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
border-color: $highlight-text-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user