From 570fe23ad7d34b25f7166bf935dd95ecdeda36c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 30 Jan 2018 15:29:44 +0100 Subject: [PATCH] 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 --- includes/specials/SpecialExpandTemplates.php | 1 - 1 file changed, 1 deletion(-) 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', -- 2.20.1