forked from treehouse/mastodon
Highlight border when focusing poll-form footer (#12544)
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