Skip to content

Commit

Permalink
Improve contrast of progress bar showing number of failures (os-auto…
Browse files Browse the repository at this point in the history
…inst#5080)

This commit aims to enhance the contrast of the progress bar used to display the number of failures. The previous implementation had low contrast, making it difficult to discern the actual progress. The updated design uses a more prominent color scheme, improving visibility and making it easier to understand the number of failures at a glance. This change improves the overall user experience and ensures that the progress bar is more accessible to all users.
  • Loading branch information
Lokeshsri11 committed Apr 21, 2023
1 parent 68b3daf commit cbbc51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/openqa_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $link-hover-color: darken($link-color, 15%) !default;
$color-softfailed: #EEB560;
$color-ok: #CDFFB9;
$color-warning: #ffff99;
$color-failed: #FF4E46;
$color-failed: #cc3333;
$color-result-failed: #FF9E9B;
$color-incomplete: #AF1E11;
$color-result: #3c3c3c;
Expand Down

0 comments on commit cbbc51b

Please sign in to comment.