Files
2015-09-21 21:00:14 -05:00

16 lines
244 B
SCSS

// Checkbox
// --------------------------------------------------
ion-checkbox {
cursor: pointer;
@include user-select-none();
}
ion-checkbox[aria-disabled=true] {
pointer-events: none;
opacity: 0.5;
color: $subdued-text-color;
}