Skip to content

Commit

Permalink
fix(icon-button): prevent icon shift on press in IE11
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 371202326
  • Loading branch information
allan-chen authored and copybara-github committed Apr 29, 2021
1 parent 6296603 commit 8fc2927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-button/_button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
$icon-size: typography.px-to-rem(18px);

display: inline-block;
position: relative;
font-size: $icon-size;
height: $icon-size;
vertical-align: top;
Expand Down

0 comments on commit 8fc2927

Please sign in to comment.