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

fix(text-input): fix disabled text on dark themes in safari #6680

Merged
merged 4 commits into from
Aug 20, 2020

Conversation

tw15egan
Copy link
Collaborator

Closes #6673

Fixes an issued with disabled text in safari when using dark themes

Changelog

New

  • WebKit specific fix for disabled text

Testing / Reviewing

Go to text input, change to g90 or g100 in the preview, and disabled the input

@tw15egan tw15egan force-pushed the safari-disabled-text branch from 23cacbb to 4e8817f Compare August 17, 2020 17:34
@netlify
Copy link

netlify bot commented Aug 17, 2020

Deploy preview for carbon-elements ready!

Built with commit 83004bb

https://deploy-preview-6680--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Aug 17, 2020

Deploy preview for carbon-components-react ready!

Built with commit 83004bb

https://deploy-preview-6680--carbon-components-react.netlify.app

@netlify
Copy link

netlify bot commented Aug 17, 2020

Deploy preview for carbon-elements ready!

Built with commit 1348023

https://deploy-preview-6680--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Aug 17, 2020

Deploy preview for carbon-components-react ready!

Built without sensitive environment variables with commit 1348023

https://deploy-preview-6680--carbon-components-react.netlify.app

Copy link
Member

@emyarod emyarod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@kodiakhq kodiakhq bot merged commit e442492 into carbon-design-system:master Aug 20, 2020
@@ -156,7 +156,8 @@
color: $disabled-02;
background-color: $disabled-01;
border-bottom: 1px solid transparent;

// Needed to fix disabled text in Safari #6673
-webkit-text-fill-color: currentColor;
Copy link

@oliviertassinari oliviertassinari Oct 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tw15egan tw15egan deleted the safari-disabled-text branch April 28, 2021 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Safari's input[disabled] text is too faded
4 participants