-
Notifications
You must be signed in to change notification settings - Fork 146
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
Use styles from site-shared/dash_design #8280
Conversation
isoos
commented
Nov 13, 2024
- Updated the variable tests to also use the dash_design files.
- I've commented out the two colors that this replaces for now. I'm going to remove them with a follow-up PR when we have more colors in the shared style sheet that we import.
- No effective color change for us.
pkg/web_css/lib/src/_variables.scss
Outdated
--pub-color-white: #ffffff; | ||
--pub-color-snowWhite: #fafafa; // slight deviation from official snow-white (fffafa) | ||
--pub-color-smokeWhite: #f5f5f7; // slight deviation from official white-smoke (f5f5f5) | ||
--pub-color-bubblesBlue: #e7f8ff; // slight deviation from official bubbles-blue (e7feff) | ||
--pub-color-gunpowderGray: #4a4a4a; // hsl(0, 0%, 29%); | ||
// --pub-color-gunpowderGray: #4a4a4a; // hsl(0, 0%, 29%); |
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.
Should this just be deleted?
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.
I'd rather keep this for a short while, until we have a better consolidated view on how the naming + shared naming will work. But at the same time I can also just delete it.
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.
As you prefer - just note that the usual policy is to not leave commented out code.
You can always find it in git history.
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.
Removed.
pkg/web_css/lib/src/_variables.scss
Outdated
--pub-color-darkGunmetal: #1f262a; // close to #1d2026 | ||
--pub-color-shadowBlack: #373737; | ||
--pub-color-anchorBlack: #41424c; | ||
--pub-color-nipponUltraBlue: #23607f; | ||
--pub-color-gainsboro: #dcdcdc; | ||
// --pub-color-gainsboro: #dcdcdc; |
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.
And this..