Merge pull request #1477 from Petroochio/IS-1195-radio-button-tabbing

Fix issue 1195 registration gender tabbing
This commit is contained in:
Matthew Taylor 2017-09-13 08:26:37 -04:00 committed by GitHub
commit 16a5208624

View file

@ -66,6 +66,11 @@
input[type="radio"] {
margin-right: 1rem;
&:focus {
transition: all .5s ease;
border: 1px solid $ui-blue;
}
}
.demographics-step-input-other {