Highlight border when focusing poll-form footer (#12544)
parent
d37ed5bc2a
commit
26dedf7857
|
@ -177,6 +177,10 @@
|
|||
button,
|
||||
select {
|
||||
flex: 1 1 50%;
|
||||
|
||||
&:focus {
|
||||
border-color: $highlight-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue