From: Bartosz DziewoƄski Date: Tue, 30 Jan 2018 14:29:44 +0000 (+0100) Subject: SpecialExpandTemplates: Remove leftover 'mw-ui-input-inline' class X-Git-Tag: 1.31.0-rc.0~767^2 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=570fe23ad7d34b25f7166bf935dd95ecdeda36c0;p=lhc%2Fweb%2Fwiklou.git SpecialExpandTemplates: Remove leftover 'mw-ui-input-inline' class mediawiki.ui is not loaded on this page anymore after the OOUI conversion. However, if some extension etc. were to load it, this field (page title) would have the styles applies unexpectedly, and it looks rather silly with them (very narrow). Change-Id: I5cfe71897f435a514c6971b3a0ff7521e422324c --- diff --git a/includes/specials/SpecialExpandTemplates.php b/includes/specials/SpecialExpandTemplates.php index 0c18a483bc..73ca76bb97 100644 --- a/includes/specials/SpecialExpandTemplates.php +++ b/includes/specials/SpecialExpandTemplates.php @@ -164,7 +164,6 @@ class SpecialExpandTemplates extends SpecialPage { 'size' => 60, 'default' => $title, 'autofocus' => true, - 'cssclass' => 'mw-ui-input-inline', ], 'input' => [ 'type' => 'textarea',