From: jdlrobson Date: Thu, 28 Aug 2014 18:10:30 +0000 (-0700) Subject: Fix font of mw-ui-button X-Git-Tag: 1.31.0-rc.0~14245^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=6210395235050b4bdf2327b18d8147ff03e23558;p=lhc%2Fweb%2Fwiklou.git Fix font of mw-ui-button Bug: 70072 Change-Id: I12bbdc7c84ce2cc99271c8ffd9dca24cb7d1faf9 --- diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index ebf47796c8..7142d4d071 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -24,6 +24,8 @@ // // Styleguide 2.1. .mw-ui-button { + // Inherit the font rather than apply user agent stylesheet (bug 70072) + font-family: inherit; font-size: 1em; // Container layout display: inline-block;