Commit 16a52086 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

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

Fix issue 1195 registration gender tabbing
parents 556b527d 69effaac
......@@ -66,6 +66,11 @@
input[type="radio"] {
margin-right: 1rem;
&:focus {
transition: all .5s ease;
border: 1px solid $ui-blue;
}
}
.demographics-step-input-other {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment