De-italicise placeholder text
authorEd Sanders <esanders@wikimedia.org>
Mon, 20 Feb 2017 15:04:37 +0000 (15:04 +0000)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 23 Feb 2017 16:02:01 +0000 (16:02 +0000)
For consistency with OOUI & the search bar, and to avoid
issues with CJK languages.

Bug: T147808
Change-Id: I81555ceb52535f68f057ec35fc1257206a5aa8eb

resources/src/mediawiki.ui/components/inputs.less

index 2346325..66c0f10 100644 (file)
@@ -42,8 +42,6 @@
        .mixin-placeholder( {
                color: @colorGray7;
                opacity: 1;
-               // TODO: Is italic necessary? T147808
-               font-style: italic;
        } );
        /* stylelint-enable indentation */