Skip to content

Commit bd15575

Browse files
authored
fix(AnalyticalTable): show expand icon in Quartz theme (UI5#8716)
Fixes UI5#8689
1 parent 7def52d commit bd15575

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

packages/main/src/components/AnalyticalTable/AnalyticalTable.module.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,18 +519,22 @@
519519
height: var(--_ui5wcr-AnalyticalTableExpandButtonHeight);
520520
margin-inline-end: 0.125rem;
521521
flex-shrink: 0;
522+
display: flex;
523+
align-items: center;
522524
}
523525

524526
.expandableIcon {
525527
color: var(--sapContent_IconColor);
526-
width: 100%;
527-
height: 100%;
528+
width: var(--_ui5wcr-AnalyticalTableExpandIconHeight);
529+
height: var(--_ui5wcr-AnalyticalTableExpandIconHeight);
530+
padding: 0.375rem;
531+
box-sizing: content-box;
528532
display: flex;
529533
align-items: center;
530534
&::part(root) {
531-
padding: 0.375rem;
532-
width: var(--_ui5wcr-AnalyticalTableExpandIconHeight);
533-
height: var(--_ui5wcr-AnalyticalTableExpandIconHeight);
535+
padding: 0;
536+
width: 100%;
537+
height: 100%;
534538
}
535539
}
536540

0 commit comments

Comments
 (0)