SpecialExpandTemplates: Remove leftover 'mw-ui-input-inline' class
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 30 Jan 2018 14:29:44 +0000 (15:29 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 30 Jan 2018 14:29:44 +0000 (15:29 +0100)
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

index 0c18a48..73ca76b 100644 (file)
@@ -164,7 +164,6 @@ class SpecialExpandTemplates extends SpecialPage {
                                'size' => 60,
                                'default' => $title,
                                'autofocus' => true,
-                               'cssclass' => 'mw-ui-input-inline',
                        ],
                        'input' => [
                                'type' => 'textarea',