mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #1477 from Petroochio/IS-1195-radio-button-tabbing
Fix issue 1195 registration gender tabbing
This commit is contained in:
commit
16a5208624
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…
Reference in a new issue