We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8aee7 commit 21c547eCopy full SHA for 21c547e
packages/main/src/themes/GroupHeaderListItem.css
@@ -1,6 +1,7 @@
1
@import "./InvisibleTextStyles.css";
2
3
:host {
4
+ height: var(--_ui5_group_header_list_item_height);
5
background: var(--ui5-group-header-listitem-background-color);
6
border-bottom: 1px solid var(--sapList_TableGroupHeaderBorderColor);
7
color: var(--sapList_TableGroupHeaderTextColor);
packages/main/src/themes/base/sizes-parameters.css
@@ -36,6 +36,7 @@
36
--_ui5_list_item_base_height: 2.75rem;
37
--_ui5_list_item_icon_size: 1.125rem;
38
--_ui5_list_item_selection_btn_margin_top: calc(-1 * var(--_ui5_checkbox_wrapper_padding));
39
+ --_ui5_group_header_list_item_height: 2.75rem;
40
--_ui5_list_busy_row_height: 3rem;
41
--_ui5_month_picker_item_height: 3rem;
42
--_ui5_year_picker_item_height: 3rem;
0 commit comments