Skip to content
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

Merged
merged 2 commits into from
Nov 15, 2024
Merged

Conversation

isoos
Copy link
Collaborator

@isoos 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.

--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%);
Copy link
Contributor

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?

Copy link
Collaborator Author

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.

Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

--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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this..

@isoos isoos merged commit d7efc04 into dart-lang:master Nov 15, 2024
32 checks passed
@isoos isoos deleted the shared-styles branch November 15, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants