-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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 letter-spacing #7475
fix letter-spacing #7475
Conversation
Negative letter spacing shoud be avoided. It greatly decreases readability and accessibility.
Can you provide more details of the interactive testing that you performed? This seems like a change that will have a wide impact in many places. |
I first used DevTools to disable the negative letter-spacing and checked both in Chrome and Firefox. It does have a wide impact, given its rooted at the |
@janfaracik How can I help with this PR ? |
@janfaracik possible to take a look at this? |
If the letter spacing is impacting your font/language then absolutely removing it is the right choice 👍 |
@Gadzy It would be helpful if you would've included a couple of screenshots of the current behavior vs your change proposed, because applying this PR to weekly.ci.j doesn't change anything for me. |
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.
/label ready-for-merge
This PR is now ready for merge, after ~24 hours, we will merge it if there's no negative feedback.
Thanks!
(cherry picked from commit 2005a0a)
(cherry picked from commit 2005a0a)
Negative letter spacing should be avoided. It greatly decreases legibility and accessibility.
See JENKINS-70209.
Testing done
Manual testing done. No need for automated testing.
Proposed changelog entries
Proposed upgrade guidelines
N/A
Submitter checklist
@Restricted
or have@since TODO
Javadocs, as appropriate.@Deprecated(since = "TODO")
or@Deprecated(forRemoval = true, since = "TODO")
, if applicable.eval
to ease future introduction of Content Security Policy (CSP) directives (see documentation).Desired reviewers
Maintainer checklist
Before the changes are marked as
ready-for-merge
:upgrade-guide-needed
label is set and there is a Proposed upgrade guidelines section in the pull request title (see example).lts-candidate
to be considered (see query).