-
Notifications
You must be signed in to change notification settings - Fork 1
style: update alert dark mode link hover style #620
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
✅ Deploy Preview for pine-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
8eb5adc to
db30680
Compare
pixelflips
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.
One small comment on toast, otherwise LGTM! 👍🏼
| --pds-context-link-color: var(--pine-color-text-inverse); | ||
| --pds-context-link-color-hover: var(--pine-color-text-inverse-emphasis); |
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.
Do these actually get used? They dont seem to be used within the stylesheet. I am not sure they are needed here since the alert links already use --pine-color-text-primary.
| <DocCanvas | ||
| mdxSource={{ | ||
| react: `<pdsAlert heading="Alert heading text" variant="default"> | ||
| react: `<PdsAlert heading="Alert heading text" variant="default"> |
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.
Good catch!
Description
Fixes #(issue)
Type of change
How Has This Been Tested?
Click the dark mode toggle -> Visit the alert page -> Small with actions -> hover link
Test Configuration:
Checklist:
If not applicable, leave options unchecked.