fix(activated): no active bg for radio/checkbox

Closes #378
This commit is contained in:
Adam Bradley
2015-10-30 08:38:25 -05:00
parent ca76ffddec
commit bdb9a19d0b
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,10 @@ ion-checkbox {
transform: rotate(45deg);
}
&.item.activated {
background-color: $list-background-color;
}
}
media-checkbox {