Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants