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

Fixes #3875 Solved the issue with disabled buttons after deprecation of is-disabled class #3881

Conversation

poswalsameer
Copy link

This is an improvement.

After the deprecation of the is-disabled class, the container div for the disabled buttons was empty, added the code file for disabled buttons as per the issue.

Proposed solution

This PR solves the issue of the deprecated is-disabled class. Added the code in the .HTML file for the buttons with the disabled attribute added as per the issue.
Fixes #3875

Testing Done

None.

Changelog updated?

No.

@jgthms
Copy link
Owner

jgthms commented Sep 18, 2024

I'm not sure this is doing anything? The line {{ button_disabled_example }} is a Jekyll variable and uses the same HTML code that you provided. Or maybe I'm missing something?

@jgthms jgthms closed this Sep 18, 2024
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.

How <a> Tag with "button" CSS disabled
2 participants