Skip to content

Commit

Permalink
fix(ui5-button): align verticaly icon in IE (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed Jun 17, 2020
1 parent dd00fb3 commit b003f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/themes/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,6 @@ ui5-button[design="Emphasized"][focused] .ui5-button-root::after {
}

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

0 comments on commit b003f05

Please sign in to comment.