-
Notifications
You must be signed in to change notification settings - Fork 1
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
YSP-353: Release Bug: Footer link style #337
Conversation
✅ Deploy Preview for dev-component-library-twig ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
👍
9aa2451
to
021992a
Compare
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.
Approved. This worked for me on the Storybook instance. I double checked the dev environment and I'm not seeing this issue but did see it on the v110
environment. Glad you're going to reach out to Joe to figure out if we truly need this or not going forward.
When changing to a background that is not white, the links that are decorated with underlines have an attribute of a white shadow on it. This results in a terrible looking link. The way this passed in the past was that we had a white background with a white shadow, so it looked ok. This now mimics the same attempting to match the footer background. Right now we are just targeting the footer since it was found only here, but it makes me wonder if we need the shadow?
021992a
to
0ffe154
Compare
🎉 This PR is included in version 1.39.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
YSP-353: Release Bug: Footer link style
Description of work
Testing Link(s)
Functional Review Steps