Bug 1571117 - Set font:inherit; on html|buttons so they match the font used on the page. r=ntim

Differential Revision: https://phabricator.services.mozilla.com/D40511

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jared Wein 2019-08-02 21:55:37 +00:00
parent e7482256d2
commit 1fa8eda8dc

View File

@ -229,6 +229,7 @@ xul|tab[selected] {
html|button {
padding: 3px;
font: inherit;
}
/* xul buttons and menulists */