mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
apply .item-radio android hack only to android .grade-b/c
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user