-
Notifications
You must be signed in to change notification settings - Fork 235
fix(tooltip,textfield,sidenav): update deprecated css [CSS-1223] #5504
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(tooltip,textfield,sidenav): update deprecated css [CSS-1223] #5504
Conversation
Branch previewReview the following VRT differencesWhen a visual regression test fails (or has previously failed while working on this branch), its results can be found in the following URLs:
If the changes are expected, update the |
Tachometer resultsCurrently, no packages are changed by this PR... |
cdransf
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.
Looks good! ✨
19c03e5 to
e9eddb3
Compare
🦋 Changeset detectedLatest commit: b82e5a8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 84 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
rise-erpelding
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.
No regressions that I can see!
e9eddb3 to
b82e5a8
Compare
Description
Replace deprecated
word-break: break-wordwithoverflow-wrap: break-wordto align with modern CSS standards and improve cross-browser compatibility. This property was deprecated in Chrome 44 (July 2015) in favor of the standardizedoverflow-wrapproperty.Motivation and context
I've been seeing a lot of stylelint warnings about this property-value pairing and after doing a little research, found a non-deprecated alternative to accomplish the same results.
Related issue(s)
Author's checklist
Reviewer's checklist
patch,minor, ormajorfeaturesManual review test cases
Device review