Commit 69effaac authored by Peter Gyory's avatar Peter Gyory

Fix issue 1195 registration gender tabbing

Add focus highlight scss for radio buttons
on demographic registration step
parent 8734fbcd
......@@ -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