Skip to content

Commit

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

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

0 comments on commit 2d5e84b

Please sign in to comment.