This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(button): Fix button height in Firefox.
A `<button>` tag with the `.md-button` class added was rendering at 38px height instead of the spec's 36px. This was due to the `::-moz-focus-inner` pseudo-class having a default border greater than 0. Fixes #3291.
- Loading branch information