Files
Adam Bradley c41801c55f css cleanup
2015-09-05 21:02:45 -05:00

20 lines
281 B
SCSS

// Switch
// --------------------------------------------------
ion-switch {
@include user-select-none();
}
ion-switch .media-switch {
margin: 0;
cursor: pointer;
}
ion-switch[aria-disabled=true] {
pointer-events: none;
opacity: 0.5;
color: $subdued-text-color;
}