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

fix: Improve progress bar color contrast in warning flash message #2652

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

avinashbot
Copy link
Member

@avinashbot avinashbot commented Sep 3, 2024

We had to revert this PR because Firefox didn't like it. Now fixed (see second commit) and tested in my dev pipeline, so we're good to go.

@avinashbot avinashbot marked this pull request as ready for review September 10, 2024 10:33
@avinashbot avinashbot requested a review from a team as a code owner September 10, 2024 10:33
@avinashbot avinashbot requested review from jperals and removed request for a team September 10, 2024 10:33
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.84%. Comparing base (b922cf1) to head (a355d47).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2652      +/-   ##
==========================================
- Coverage   95.84%   95.84%   -0.01%     
==========================================
  Files         744      744              
  Lines       20581    20581              
  Branches     7015     7024       +9     
==========================================
- Hits        19726    19725       -1     
+ Misses        847      800      -47     
- Partials        8       56      +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -94,14 +94,11 @@ $background-color-in-flash: awsui.$color-background-progress-bar-layout-in-flash
$bar-color: awsui.$color-background-progress-bar-content-default;
$bar-color-in-flash: awsui.$color-background-progress-bar-content-in-flash;

// Current version of Edge has a known bug with CSS variables used in pseudo elements.
Copy link
Member

Choose a reason for hiding this comment

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

Do we know that this is not necessary anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

"Current version of Edge" here is referring to EdgeHTML, before Edge switched to using Chromium as its base.

@avinashbot avinashbot added this pull request to the merge queue Sep 11, 2024
Merged via the queue into main with commit e55cdca Sep 11, 2024
33 checks passed
@avinashbot avinashbot deleted the revert-2518-revert-2480-warning-flash-progress branch September 11, 2024 16:46
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