mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-31 15:21:34 -04:00
Fix issue 1195 registration gender tabbing
Add focus highlight scss for radio buttons on demographic registration step
This commit is contained in:
parent
8734fbcdf4
commit
69effaac79
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@
|
|||
|
||||
input[type="radio"] {
|
||||
margin-right: 1rem;
|
||||
|
||||
&:focus {
|
||||
transition: all .5s ease;
|
||||
border: 1px solid $ui-blue;
|
||||
}
|
||||
}
|
||||
|
||||
.demographics-step-input-other {
|
||||
|
|
Loading…
Add table
Reference in a new issue