apply .item-radio android hack only to android .grade-b/c

This commit is contained in:
Adam Bradley
2014-04-01 22:30:10 -05:00
parent f0d339812f
commit acdcfe533d

View File

@@ -47,10 +47,11 @@
// Hack for Android to correctly display the checked item
// http://timpietrusky.com/advanced-checkbox-hack
.item-radio {
-webkit-animation: androidCheckedbugfix infinite 1s;
.platform-android.grade-b .item-radio,
.platform-android.grade-c .item-radio {
-webkit-animation: androidCheckedbugfix infinite 1s;
}
@-webkit-keyframes androidCheckedbugfix {
from { padding:0; }
to { padding:0; }
@-webkit-keyframes androidCheckedbugfix {
from { padding: 0; }
to { padding: 0; }
}