Skip to content

Commit

Permalink
fix(ui5-multi-combobox): add background color to select all
Browse files Browse the repository at this point in the history
FIXES: #9495
  • Loading branch information
MapTo0 committed Jul 29, 2024
1 parent 81b04f4 commit 9bdb1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/MultiComboBoxPopover.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
position: sticky;
top: 0;
z-index: 2;
background: var(--sapToolbar_Background);
background: var(--sapPageHeader_Background);
}

.ui5-mcb-select-all-checkbox {
Expand Down

0 comments on commit 9bdb1d5

Please sign in to comment.