-
Notifications
You must be signed in to change notification settings - Fork 164
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
fix: Improve progress bar color contrast in warning flash message #2652
Conversation
…arning f…" This reverts commit 37e8488.
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
@@ -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. |
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.
Do we know that this is not necessary anymore?
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.
"Current version of Edge" here is referring to EdgeHTML, before Edge switched to using Chromium as its base.
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.