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

[text input]: Disabled text area using the wrong color token #4964

Closed
designertyler opened this issue Jan 7, 2020 · 1 comment · Fixed by #4983
Closed

[text input]: Disabled text area using the wrong color token #4964

designertyler opened this issue Jan 7, 2020 · 1 comment · Fixed by #4983

Comments

@designertyler
Copy link
Contributor

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
image

It should appear white like this

image

@joshjohn99
Copy link

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; }

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

Successfully merging a pull request may close this issue.

3 participants