Radio Input indeterminate bugfix

- fixes #786
This commit is contained in:
Felix Niklas 2017-02-20 09:01:00 +01:00
parent b8015d5ba1
commit 27515c2a2e

View file

@ -1098,7 +1098,14 @@ th.align-right {
box-shadow: 0 0 0 2px hsl(201,62%,90%);
color: hsl(200,71%,59%);
}
}
+ .label-text {
margin-left: 0;
}
}
.checkbox-replacement {
&:indeterminate {
~ .icon-checked,
~ .icon-unchecked {
@ -1110,11 +1117,6 @@ th.align-right {
}
}
+ .label-text {
margin-left: 0;
}
}
.radio-replacement {
input:focus ~ .icon-checked,
input:focus ~ .icon-unchecked {