Skip to content
Snippets Groups Projects
Commit 557ac5be authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

fixes #103

parent 92ddb95c
No related branches found
No related tags found
No related merge requests found
......@@ -369,8 +369,11 @@ form.default fieldset.select_terms_of_use {
margin-right: 0px;
> input[type=radio] {
height: 0px;
width: 0px;
opacity: 0;
position: absolute;
&:focus + label {
outline: auto;
}
}
> label {
cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment