-
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
Update CSS token per new design system theming capability #164
Conversation
- also add fallback values to provided tokens Changes to be committed: modified: demo/index.html modified: package-lock.json modified: package.json modified: src/style.scss
The |
Also bumping |
0e6096e
to
1cde3dd
Compare
src/style.scss
Outdated
|
||
/* stylelint-disable */ | ||
&:hover { | ||
background-color: var(--auro-color-ui-bkg-hover-on-light); | ||
background-color: var(--ds-color-ui-bkg-hover-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.
Add the fallback value
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.
My bad, thanks for noticing.
- auro-dropdown & auro-menu Changes to be committed: modified: package-lock.json modified: package.json
1cde3dd
to
c8aa884
Compare
🎉 This PR is included in version 2.8.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Alaska Airlines Pull Request
Fixes: #163
Summary:
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team