From ce1cb6c73fbdf3e97249d3cd12f42b0ac2b56fae Mon Sep 17 00:00:00 2001 From: Tarang Patel Date: Wed, 23 Sep 2015 12:52:11 +1000 Subject: [PATCH] Fix iOS 9 radio issue --- stylesheets/_radio.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/stylesheets/_radio.scss b/stylesheets/_radio.scss index 0f75fa1..3a76e17 100755 --- a/stylesheets/_radio.scss +++ b/stylesheets/_radio.scss @@ -55,3 +55,13 @@ from { padding: 0; } to { padding: 0; } } + +.item-radio input:checked + .radio-content .item-content { + /* style the item content when its checked */ + background: #f7f7f7; +} + +.item-radio input:checked + .radio-content .radio-icon { + /* show the checkmark icon when its checked */ + visibility: visible; +} \ No newline at end of file