-
Notifications
You must be signed in to change notification settings - Fork 756
make survey more prominent #2037
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
Conversation
oraNod
left a comment
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.
It would be better to set the text size in relative units rather than a percentage. If it's a percentage then it doesn't allow fonts to scale predictably. There's also an accessibility concern here. WCAG recommends text can be resized up to 200%.
Another thing is that percentages are relative to the font size of the parent element so the size could actually be greater than 130%. I didn't go so far as to actually try and figure out what it is when rendered though.
Co-authored-by: Don Naro <[email protected]>
|
Thanks @oraNod for the suggested edits and explanations! Here's what it looks like now with the suggested changes: |
oraNod
left a comment
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.
Noticed a couple of leading spaces but LGTM otherwise. Thanks @samccann
Co-authored-by: Don Naro <[email protected]>
Backport to stable-2.17: 💚 backport PR created✅ Backport PR branch: Backported as #2045 🤖 @patchback |
* make survey more prominent * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]> (cherry picked from commit 764d4ce)
Backport to stable-2.18: 💚 backport PR created✅ Backport PR branch: Backported as #2046 🤖 @patchback |
* make survey more prominent * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]> (cherry picked from commit 764d4ce)
* make survey more prominent * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]> (cherry picked from commit 764d4ce) Co-authored-by: Sandra McCann <[email protected]>
* make survey more prominent * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]> (cherry picked from commit 764d4ce) Co-authored-by: Sandra McCann <[email protected]>
* make survey more prominent * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> * Apply suggestions from code review Co-authored-by: Don Naro <[email protected]> --------- Co-authored-by: Don Naro <[email protected]>



Not getting enuf responses through the docs so... BIGGER IS BETTER!