Semantic-UI icon indicating copy to clipboard operation
Semantic-UI copied to clipboard

Remove pointer events for disabled toggle

Open tenKinetic opened this issue 5 years ago • 1 comments

Set pointer-events to none when checkbox is in toggle mode and is disabled

Description

Came across this while developing a UI and didn't see any related issues. A very simple update that just ensures when a checkbox is in toggle mode and is also disabled, the toggle cannot be manipulated.

tenKinetic avatar Nov 11 '19 01:11 tenKinetic

I adopted your PR for Fomantic UI by https://github.com/fomantic/Fomantic-UI/pull/1245 In fact all variants of checkbox, not only toggle, are affected

lubber-de avatar Dec 27 '19 18:12 lubber-de