Remove outdated deprecated .mw-ui-primary class
authorVolker E <volker.e@wikimedia.org>
Wed, 28 Sep 2016 01:20:40 +0000 (18:20 -0700)
committerVolker E <volker.e@wikimedia.org>
Tue, 11 Oct 2016 18:07:34 +0000 (11:07 -0700)
Removing outdated `.mw-ui-primary` button class, that was deprecated
more than two years ago.

Change-Id: I0f9be4dec4aea83d182e919add1ef8495b293907

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

index a281e67..85795f4 100644 (file)
        //
        // Use progressive buttons for actions which lead to a next step in the process.
        // .mw-ui-constructive is deprecated; consolidated with `progressive`, see T110555
-       // .mw-ui-primary is deprecated, kept for compatibility.
        //
        // Markup:
        // <div>
        //
        // Styleguide 2.1.1.
        &.mw-ui-progressive,
-       &.mw-ui-constructive,
-       &.mw-ui-primary {
+       &.mw-ui-constructive {
                .button-colors-primary( @colorProgressive, @colorProgressiveHighlight, @colorProgressiveActive );
 
                &.mw-ui-quiet {