Skip to content

Commit 21c547e

Browse files
committed
fix(ui5-li-groupheader): height value enhanced
1 parent 2f8aee7 commit 21c547e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/main/src/themes/GroupHeaderListItem.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@import "./InvisibleTextStyles.css";
22

33
:host {
4+
height: var(--_ui5_group_header_list_item_height);
45
background: var(--ui5-group-header-listitem-background-color);
56
border-bottom: 1px solid var(--sapList_TableGroupHeaderBorderColor);
67
color: var(--sapList_TableGroupHeaderTextColor);

packages/main/src/themes/base/sizes-parameters.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
--_ui5_list_item_base_height: 2.75rem;
3737
--_ui5_list_item_icon_size: 1.125rem;
3838
--_ui5_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5_checkbox_wrapper_padding));
39+
--_ui5_group_header_list_item_height: 2.75rem;
3940
--_ui5_list_busy_row_height: 3rem;
4041
--_ui5_month_picker_item_height: 3rem;
4142
--_ui5_year_picker_item_height: 3rem;

0 commit comments

Comments
 (0)