Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-table): adjust header row's height according to the visual specification #4424

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

niyap
Copy link
Contributor

@niyap niyap commented Dec 3, 2021

FIXES: #4398

MapTo0
MapTo0 previously approved these changes Dec 6, 2021
@@ -287,6 +287,7 @@
--_ui5_load_more_text_height: 2.625rem;
--_ui5_load_more_text_font_size: var(--sapFontSize);
--_ui5_load_more_desc_padding: 0 2rem 0.875rem 2rem;
--ui5_table_header_row_height: 2rem;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this file, the default values for sap_fiori_3 theme are stored. So I think here it should be 2.75rem. And for the theme where you need it to be 2rem, you should add it in the corresponding file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is the corresponding value for compact density which is the same for all supported themes.

@niyap niyap merged commit 175fce3 into SAP:master Dec 7, 2021
eshpak pushed a commit to eshpak/ui5-webcomponents that referenced this pull request Jan 9, 2022
…ecification (SAP#4424)

* fix(ui5-table): adjust header row's height according to the visual specification

* correctly define parameter values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ui5-table] header height of 48px is hardcoded
3 participants