From 14a2d0871271758b06404b71b0dfbc82caa4adb1 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sat, 16 Oct 2021 19:14:58 +0000 Subject: [PATCH] Remove styles for cached old HTML The cache is now expired. This change is a follow-up to 93351fb7d9c75ac070d9d399f9b3944089a75882. Change-Id: Ia42e081aa2f74bab72eef9227ba76057c15ba64f --- resources/ext.inputBox.styles.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/ext.inputBox.styles.less b/resources/ext.inputBox.styles.less index 6bcb287c..63fecd61 100644 --- a/resources/ext.inputBox.styles.less +++ b/resources/ext.inputBox.styles.less @@ -20,8 +20,6 @@ margin-bottom: 0.5em; } -/* TODO: Remove first selector 30 days after May 2021 parsercache expires */ -.createboxInput[ type='text' ]:placeholder-shown ~ .createboxButton, .mw-inputbox-createbox:required:invalid ~ .mw-ui-button { /* appear like .mw-ui-input:disabled */ background-color: @colorGray12;