Skip to content

Commit b003f05

Browse files
authored
fix(ui5-button): align verticaly icon in IE (#1823)
1 parent dd00fb3 commit b003f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/Button.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,6 @@ ui5-button[design="Emphasized"][focused] .ui5-button-root::after {
287287
}
288288

289289
ui5-button ui5-icon.ui5-button-icon {
290-
height: 1rem;
290+
height: var(--_ui5_button_icon_font_size); /* Center vertically all icons*/
291291
top: 0;
292292
}

0 commit comments

Comments
 (0)