Skip to content

Commit

Permalink
fix(ui5-wizard): use CSS vars for navigation bg-color (#2892)
Browse files Browse the repository at this point in the history
We introduced a small degradation with the following [PR](#2590), using a fixed color, instead of CSS var. Now, the Wizard navigation looks fine in all themes:

FIXES: #2877
  • Loading branch information
ilhan007 committed Mar 2, 2021
1 parent 05fc06e commit c967c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiori/src/themes/Wizard.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: #fff;
background-color: var(--sapObjectHeader_Background);
font-size: .875rem;
box-shadow: var(--sapContent_HeaderShadow);
outline: none;
Expand Down

0 comments on commit c967c6c

Please sign in to comment.