Replies: 1 comment
-
|
Good suggestion! I've opened a PR here: #7905 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any plan for adding the :enabled pseudo class? I would like to add style to my button only if it is enabled and active (e.g. :enabled:active:class_to_add). If I only use :active, the class can be activated even if the button is disabled.
https://developer.mozilla.org/en-US/docs/Web/CSS/:enabled
Beta Was this translation helpful? Give feedback.
All reactions