We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the disabled text area may be using the wrong color token. It should be using $disabled-01 so it appears white in this instance.
$disabled-01
The current state in the website
It should appear white like this
The text was updated successfully, but these errors were encountered:
Hey, I added a patch to PAL. I added the class that need to be changed below:
.#{$prefix}--text-area:disabled { cursor: not-allowed; outline: none; background-color: $disabled-background-color; <=== border-bottom: 1px solid transparent; }
Sorry, something went wrong.
tw15egan
Successfully merging a pull request may close this issue.
It looks like the disabled text area may be using the wrong color token. It should be using
$disabled-01
so it appears white in this instance.The current state in the website
It should appear white like this
The text was updated successfully, but these errors were encountered: