refactor(checkbox): added tons of vars and modified some, flattened markup, renamed elements

changed color of checkmark so lighters backgrounds would be visible &
added the light example, references #689
This commit is contained in:
Brandy Carney
2015-12-07 18:17:15 -05:00
parent 4cf6abec06
commit 46d129ce24
5 changed files with 87 additions and 40 deletions

View File

@ -39,7 +39,7 @@ import {Form} from '../../util/form';
},
template:
'<div class="item-inner">' +
'<div class="media-checkbox" disable-activated>' +
'<div class="checkbox-media" disable-activated>' +
'<div class="checkbox-icon"></div>' +
'</div>' +
'<ion-item-content id="{{labelId}}">' +