From c6da71b844650d3f671e087b72c95604e54a31fd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 4 Feb 2014 20:42:08 +0100 Subject: [PATCH] Remove HTML back-compat styles from I5fe0543e To be merged 31 days after deployment of the aforementioned patch to Wikimedia wikis. Change-Id: Ib9f59b6d4aa434a1e9d9c416d267324e1fcdd45a --- skins/vector/components/search.less | 38 ----------------------------- 1 file changed, 38 deletions(-) diff --git a/skins/vector/components/search.less b/skins/vector/components/search.less index a0eb658607..4252f722ba 100644 --- a/skins/vector/components/search.less +++ b/skins/vector/components/search.less @@ -107,41 +107,3 @@ div#simpleSearch { z-index: 1; } } - -// The following styles exist only for backwards-compatibility with -// cached HTML and are to be removed before 1.23 release. - -/* Fix direction changed for awful hacks */ -.sitedir-ltr div#simpleSearch button#searchButton { - /* @noflip */ - direction: ltr; -} -.sitedir-rtl div#simpleSearch button#searchButton { - /* @noflip */ - direction: rtl; -} - -div#simpleSearch button#searchButton { - position: absolute; - padding: 0; - padding-top: 0.3em; - padding-bottom: 0.2em; - padding-right: 0.4em; - margin: 0; - border: none; - background-color: transparent; - background-image: none; - text-indent: 0; - - /* OVERRIDDEN BY COMPLIANT BROWSERS */ - img { - border: none; - margin: 0; - margin-top: -3px; - padding: 0; - } - /* IGNORED BY IE6 */ - > img { - margin: 0; - } -} -- 2.20.1