Skip to content

Commit c967c6c

Browse files
authored
fix(ui5-wizard): use CSS vars for navigation bg-color (#2892)
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
1 parent 05fc06e commit c967c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/themes/Wizard.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
-moz-user-select: none;
6969
-ms-user-select: none;
7070
user-select: none;
71-
background: #fff;
71+
background-color: var(--sapObjectHeader_Background);
7272
font-size: .875rem;
7373
box-shadow: var(--sapContent_HeaderShadow);
7474
outline: none;

0 commit comments

Comments
 (0)