-
Notifications
You must be signed in to change notification settings - Fork 308
Don't apply :hover if disabled #686
Comments
@ianobermiller I see. But actually :disabled is quite different from other pseudo selectors. For example, the "disabled" attribute of "reset" button is controlled by a state that if other inputs/textareas are all empty. In this case a click on the reset button will clean all other inputs/textareas box and cause itself disabled. In traditional CSS, the style |
In another hand... I think my problem is actually that, should |
That seems fair! |
Check this PR, #689 I had the same problem and made some workaround. I hope this change will help you. |
Resolved by #689 |
I found Radium doesn't support :disabled so far but this might be a good idea since :active, :focus and :hover are already supported.
The text was updated successfully, but these errors were encountered: