mediawiki.ui: Remove deployment hack
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 29 Aug 2014 17:47:44 +0000 (19:47 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Fri, 29 Aug 2014 17:47:44 +0000 (19:47 +0200)
Follow-up to a88f8a49.

Change-Id: Ie068551db381c63a78c1a4f2bee84c9876d08012

resources/src/mediawiki.ui/components/forms.less

index 9ee8ef4..4943db5 100644 (file)
        // 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;
 //
 // (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;