Skip to content

Commit

Permalink
fix(ui5-progress-indicator): disabled opacity fix (#6808)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetyaMarkovaBogdanova authored Mar 30, 2023
1 parent ae6ca47 commit 1174b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/ProgressIndicator.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
}

:host([disabled]) .ui5-progress-indicator-root {
opacity: 0.5;
opacity: 0.4;
}

/* Start and End points - Horizon */
Expand Down

0 comments on commit 1174b48

Please sign in to comment.