From: Ed Sanders Date: Mon, 20 Feb 2017 15:04:37 +0000 (+0000) Subject: De-italicise placeholder text X-Git-Tag: 1.31.0-rc.0~4004^2 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e72427b58d73c639e273f241c6c608961d255ca6;p=lhc%2Fweb%2Fwiklou.git De-italicise placeholder text For consistency with OOUI & the search bar, and to avoid issues with CJK languages. Bug: T147808 Change-Id: I81555ceb52535f68f057ec35fc1257206a5aa8eb --- diff --git a/resources/src/mediawiki.ui/components/inputs.less b/resources/src/mediawiki.ui/components/inputs.less index 2346325a75..66c0f1022f 100644 --- a/resources/src/mediawiki.ui/components/inputs.less +++ b/resources/src/mediawiki.ui/components/inputs.less @@ -42,8 +42,6 @@ .mixin-placeholder( { color: @colorGray7; opacity: 1; - // TODO: Is italic necessary? T147808 - font-style: italic; } ); /* stylelint-enable indentation */