From 0b115aec74f88a92fa5f37473dd8b4a6657fa04e Mon Sep 17 00:00:00 2001 From: Volker E Date: Sun, 28 May 2017 01:44:47 +0200 Subject: [PATCH] mediawiki.UI: Remove deprecated `.mw-ui-constructive` class Removing `.mw-ui-constructive` class, which got deprecated in I095eddfe5ec2f1fbc81939b67ed467484e15092b of v1.27. Change-Id: I328ad277b82d724b51f07357785693fe54fe69ef --- RELEASE-NOTES-1.30 | 1 + resources/src/mediawiki.ui/components/buttons.less | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) 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 { -- 2.20.1