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