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