mediawiki.UI: Remove deprecated `.mw-ui-constructive` class
authorVolker E <volker.e@wikimedia.org>
Sat, 27 May 2017 23:44:47 +0000 (01:44 +0200)
committerVolker E <volker.e@wikimedia.org>
Thu, 6 Jul 2017 22:18:10 +0000 (00:18 +0200)
Removing `.mw-ui-constructive` class, which got deprecated in
I095eddfe5ec2f1fbc81939b67ed467484e15092b of v1.27.

Change-Id: I328ad277b82d724b51f07357785693fe54fe69ef

RELEASE-NOTES-1.30
resources/src/mediawiki.ui/components/buttons.less

index 7ceb327..be21a7d 100644 (file)
@@ -133,6 +133,7 @@ changes to languages because of Phabricator reports.
   are all deprecated. The main ParserCache instance should be obtained from
   MediaWikiServices instead. Access to the underlying BagOStuff is possible
   through the new ParserCache::getCacheStorage() method.
+* .mw-ui-constructive CSS class (deprecated in 1.27) was removed.
 
 == Compatibility ==
 MediaWiki 1.30 requires PHP 5.5.9 or later. There is experimental support for
index abe7c46..d94a983 100644 (file)
        // Progressive buttons
        //
        // Use progressive buttons for actions which lead to a next step in the process.
-       // .mw-ui-constructive is deprecated; consolidated with `progressive`, see T110555
        //
        // Markup:
        // <div>
        // </div>
        //
        // Styleguide 2.1.1.
-       &.mw-ui-progressive,
-       &.mw-ui-constructive {
+       &.mw-ui-progressive {
                .button-colors-primary( @colorProgressive, @colorProgressiveHighlight, @colorProgressiveActive );
 
                &.mw-ui-quiet {