From: Ed Sanders Date: Thu, 22 Mar 2018 18:50:27 +0000 (+0000) Subject: mediawiki.ui: Update mw-ui-input padding/line-height to match OOUI X-Git-Tag: 1.31.0-rc.0~311^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=9d45c214cd805114f445e011ca6132818364759d mediawiki.ui: Update mw-ui-input padding/line-height to match OOUI Change-Id: Ic67973f994fd28b1e5f09ddf203a3217a705befb --- diff --git a/resources/src/mediawiki.ui/components/inputs.less b/resources/src/mediawiki.ui/components/inputs.less index 1c79d52ad1..bbfd528204 100644 --- a/resources/src/mediawiki.ui/components/inputs.less +++ b/resources/src/mediawiki.ui/components/inputs.less @@ -29,12 +29,12 @@ width: 100%; border: 1px solid @colorFieldBorder; border-radius: @borderRadius; - padding: 0.625em 0.625em 0.546875em; + padding: 0.57142857em 0.57142857em 0.5em; // necessary for smooth transition box-shadow: inset 0 0 0 0.1em #fff; font-family: inherit; font-size: inherit; - line-height: 1.172em; + line-height: 1.07142857em; vertical-align: middle; // Normalize & style placeholder text, see T139034