Files
Adam Bradley 56f2a37696 switch
2015-08-06 23:41:34 -05:00

16 lines
223 B
SCSS

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