From: Volker E Date: Sat, 27 May 2017 23:44:47 +0000 (+0200) Subject: mediawiki.UI: Remove deprecated `.mw-ui-constructive` class X-Git-Tag: 1.31.0-rc.0~2768^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=0b115aec74f88a92fa5f37473dd8b4a6657fa04e mediawiki.UI: Remove deprecated `.mw-ui-constructive` class Removing `.mw-ui-constructive` class, which got deprecated in I095eddfe5ec2f1fbc81939b67ed467484e15092b of v1.27. Change-Id: I328ad277b82d724b51f07357785693fe54fe69ef --- diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30 index 7ceb327859..be21a7d9b2 100644 --- a/RELEASE-NOTES-1.30 +++ b/RELEASE-NOTES-1.30 @@ -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 diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index abe7c4670e..d94a983528 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -128,7 +128,6 @@ // 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: //
@@ -139,8 +138,7 @@ //
// // Styleguide 2.1.1. - &.mw-ui-progressive, - &.mw-ui-constructive { + &.mw-ui-progressive { .button-colors-primary( @colorProgressive, @colorProgressiveHighlight, @colorProgressiveActive ); &.mw-ui-quiet {