X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.ui%2Fcomponents%2Fbuttons.less;h=85795f44db4d9ec81c8f53d3777288b9de12b951;hb=53779578b44575ef91feb3fad488f09b52f737d7;hp=18fdb2f8ed3a825d99c465ca51db3314e325ef8c;hpb=83bfc8721c0bbc4a2b6e3e7e13b182524ecad933;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index 18fdb2f8ed..85795f44db 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -14,7 +14,7 @@ // Neutral button styling // -// These are the main actions on the page/workflow. The page should have only one of progressive, constructive and desctructive buttons, the rest being quiet. +// These are the main actions on the page/workflow. The page should have only one of progressive and destructive buttons, the rest being quiet. // // Markup: //
@@ -93,9 +93,6 @@ // //
//
- // - //
- //
// //
// @@ -116,9 +113,6 @@ // // //
- // - //
- //
// //
// @@ -134,7 +128,6 @@ // // 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: //
@@ -146,8 +139,7 @@ // // 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 { @@ -179,7 +171,7 @@ // Quiet buttons // - // Use quiet buttons when they are less important and alongside other constructive, progressive or destructive buttons. It should be used for an action that exits the user from the current view/workflow. + // Use quiet buttons when they are less important and alongside other progressive or destructive buttons. It should be used for an action that exits the user from the current view/workflow. // Its use is not recommended on mobile/tablet due to lack of hover state. // // Markup: @@ -187,12 +179,6 @@ // //
//
- // - //
- //
- // - //
- //
// //
//