From: Bartosz DziewoƄski Date: Fri, 29 Aug 2014 17:47:44 +0000 (+0200) Subject: mediawiki.ui: Remove deployment hack X-Git-Tag: 1.31.0-rc.0~14180^2 X-Git-Url: https://git.heureux-cyclage.org/index.php?a=commitdiff_plain;h=2e9581d462c8e10bc1b76bc1065994d129f90ecb;p=lhc%2Fweb%2Fwiklou.git mediawiki.ui: Remove deployment hack Follow-up to a88f8a49. Change-Id: Ie068551db381c63a78c1a4f2bee84c9876d08012 --- diff --git a/resources/src/mediawiki.ui/components/forms.less b/resources/src/mediawiki.ui/components/forms.less index 9ee8ef43a0..4943db5674 100644 --- a/resources/src/mediawiki.ui/components/forms.less +++ b/resources/src/mediawiki.ui/components/forms.less @@ -125,7 +125,6 @@ // This specifies styling for individual field validation error messages. // Show them below the fields to prevent line break glitches, and leave // some space between the field and the error message box. - .mw-ui-vform-div .error, /* for backwards-compatibility, remove before 1.24 */ .mw-ui-vform-field .error { display: block; margin-top: 5px; @@ -143,7 +142,6 @@ // // (We use a broad definition of 'field' here: a purely textual information // block is also a "field".) -.mw-ui-vform-div, /* for backwards-compatibility, remove before 1.24 */ .mw-ui-vform-field { display: block; margin: 0 0 15px;