Skip to content

Commit

Permalink
Revert "fix(Button): style vertical align middle"
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna authored Oct 25, 2019
1 parent 40c4402 commit 195f674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/button/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
transition: opacity $motion-duration-immediately $motion-linear;
}

.#{$css-prefix}icon {
font-size: 0;
vertical-align: top;
height: 100%;
.#{$css-prefix}icon.#{$css-prefix}xs {
&:before {
vertical-align: baseline;
}
}

&.hover,
Expand Down

0 comments on commit 195f674

Please sign in to comment.