Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Needs native disabled support #1

Open
tomayac opened this issue Sep 2, 2019 · 0 comments
Open

Needs native disabled support #1

tomayac opened this issue Sep 2, 2019 · 0 comments

Comments

@tomayac
Copy link
Member

tomayac commented Sep 2, 2019

Currently, setting the <input-knob> to disabled has no effect, and one has to emulate it poorly:

input-knob[disabled] {  
  pointer-events: none;
  opacity: .25;
}

This doesn't feel right.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant