fix(checkbox): no activated state

Closes #150
This commit is contained in:
Adam Bradley
2015-09-21 20:52:51 -05:00
parent fe98e6d6ad
commit 03d3899bce

View File

@ -30,6 +30,10 @@ $checkbox-ios-checkmark-color-on: $background-color !default;
transform: rotate(45deg); transform: rotate(45deg);
} }
&.item.activated {
background-color: inherit;
}
} }
.checkbox-icon { .checkbox-icon {