Fix checkboxgroup/radiogroup weirdness on old android

This commit is contained in:
Keegan
2016-02-29 15:45:59 +11:00
parent ca498c6e3c
commit b50a7dc72d
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@
flex-shrink: 0;
}
input:checked ~ i {
input:checked + i {
border-color: $color-orange;
background: $color-orange;
+1 -1
View File
@@ -36,7 +36,7 @@
flex-shrink: 0;
}
input:checked ~ i {
input:checked + i {
border-color: $color-orange;
&:after {