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

Adjust hue for warning callouts specifically #563

Merged
merged 4 commits into from
Mar 22, 2018

Conversation

snide
Copy link
Contributor

@snide snide commented Mar 22, 2018

The current warning color works in most places, but with lighter shading like callouts it gets too close to the red. This adjusts the hue for that specific section (and we might do something like this in other places as we need it). Screenshot to show that accessibility is still valid.

I'd rather do a math coloring than make a new variable because it gets easy to over tokenize stuff.

cc @timroes, @alexfrancoeur

image

image

image

@snide snide requested a review from cchaos March 22, 2018 16:59
@snide
Copy link
Contributor Author

snide commented Mar 22, 2018

jenkins test this

@@ -8,6 +8,8 @@ $euiColorDarkShade: #D9D9D9;
$euiColorDarkestShade: #F5F5F5;
$euiColorFullShade: #FFF;
$euiColorPrimary: #4da1c0;
$euiColorPrimary: #4da1c0;
Copy link
Contributor

Choose a reason for hiding this comment

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

Duplicate primary colors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doh. ty.

@snide snide merged commit 8c3c08f into elastic:master Mar 22, 2018
@snide snide deleted the color/warning branch March 22, 2018 17:57
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