Highlight border when focusing poll-form footer (#12544)
This commit is contained in:
parent
d37ed5bc2a
commit
26dedf7857
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