-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[core] fix: improve contrast for disabled inputs in iOS #5641
Conversation
ios fixPreviews: documentation | landing | table | demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👎 for TagInput regression described in my comment above
@@ -142,6 +142,11 @@ $control-group-stack: ( | |||
cursor: not-allowed; | |||
resize: none; | |||
|
|||
@supports (-webkit-touch-callout: none) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a code comment explaining that this is for iOS support
more targeted fixPreviews: documentation | landing | table | demo |
fix for dark modePreviews: documentation | landing | table | demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @mduczek 👍🏽
Checklist
No additional documentation/tests necessary
Changes proposed in this pull request:
Fix or iOS specific styling, based on:
https://stackoverflow.com/questions/262158/disabled-input-text-color-on-ios
and:
https://stackoverflow.com/questions/30102792/css-media-query-to-target-only-ios-devices
Reviewers should focus on:
Screenshot
Before
After