diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-04-10 10:47:35 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-04-10 10:47:35 -0400 |
| commit | a29f9a676a6ea3bad56ede05cd1a1c82ffbbe8e9 (patch) | |
| tree | 7e6e6bfb23390a64344fdfe2272a5da04c2dd97c /www/lib/ionic/scss/_radio.scss | |
| parent | 42bc21f7d0b4acfeefa5f4c2708203be78f57778 (diff) | |
#219 - everything upgraded
Former-commit-id: 15f58d10df83feda8199a1b904433e625ef36b44
Diffstat (limited to 'www/lib/ionic/scss/_radio.scss')
| -rw-r--r-- | www/lib/ionic/scss/_radio.scss | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/www/lib/ionic/scss/_radio.scss b/www/lib/ionic/scss/_radio.scss index 0f75fa12..fa401c06 100644 --- a/www/lib/ionic/scss/_radio.scss +++ b/www/lib/ionic/scss/_radio.scss @@ -34,24 +34,14 @@ position: absolute; left: -9999px; - &:checked ~ .item-content { + &:checked + .radio-content .item-content { /* style the item content when its checked */ background: #f7f7f7; } - &:checked ~ .radio-icon { + &:checked + .radio-content .radio-icon { /* show the checkmark icon when its checked */ visibility: visible; } } -// Hack for Android to correctly display the checked item -// http://timpietrusky.com/advanced-checkbox-hack -.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; } -} |
