All Downloads are FREE. Search and download functionalities are using the official Maven repository.

www.reboot.components.nf-switch.nf-switch.css Maven / Gradle / Ivy

There is a newer version: 0.1.20
Show newest version
:host {
    display: inline-block;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

:host ::content .on,
:host ::content .off {
    pointer-events: none;
}

.is-switched ::content .off {
    display: none
}

:not(.is-switched) ::content .on {
    display: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy