Skip to content

Commit

Permalink
fix: material button alignment in Firefox (#3604)
Browse files Browse the repository at this point in the history
* fix: material button alignment in Firefox
  • Loading branch information
sissbruecker committed Mar 25, 2022
1 parent 4ad6b15 commit 0d3edb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/button/theme/material/vaadin-button-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ const button = css`
-moz-osx-font-smoothing: grayscale;
}
@-moz-document url-prefix() {
:host {
vertical-align: -13px;
}
}
:host::before,
:host::after {
content: '';
Expand Down

0 comments on commit 0d3edb4

Please sign in to comment.