Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Correct typo in disabled selector for input and select #73

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JohanGovers
Copy link

The selectors for input and select worked for disabled="disabled" but not when only using disabled. This commit changes the selector from input.disabled to input:disabled.

The selectors for input and select worked for disabled="disabled" but not when only using disabled. This commit changes the selector from input.disabled to input:disabled.
@groteworld
Copy link

This should keep the selector input.disabled. It allows the use of that styling with the disabled class. I would suggest adding the input:disabled selector in addition to the others.

Add input:disabled in addition to input.disabled to keep support for the disabled class.
@JohanGovers
Copy link
Author

I agree. The fork is updated with input:disabled added in addition to the previous selectors.

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

Successfully merging this pull request may close these issues.

2 participants