Fixed position of × on radio buttons

This commit is contained in:
Godwin 2016-08-10 09:06:35 -07:00 committed by GitHub
parent 04b01b4c33
commit aaaabb17c6

View File

@ -605,6 +605,13 @@ input {
}
}
&.inline input[type="radio"] + label {
@include after {
top: -0.15em;
left: 0.05em;
}
}
.other {
position: absolute;
top: 0;
@ -643,11 +650,6 @@ input {
label {
min-width: 7.5em;
@include after {
top: -0.15em;
left: 0.05em;
}
}
}
@ -3687,14 +3689,9 @@ html[data-ontop] {
border: 0.1em solid;
}
&.inline {
&.inline {
label {
float: left;
@include after {
top: -0.025em;
left: 0.175em;
}
}
&.vertical {
@ -3702,6 +3699,13 @@ html[data-ontop] {
float: none;
}
}
input[type="radio"] + label {
@include after {
top: -0.025em;
left: 0.175em;
}
}
}
}