X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsrc%2Fmediawiki.ui%2Fcomponents%2Ftext.less;h=30593bfe6824c488208ac2d13497fa4ac02dfd52;hb=75eea101420fd48bb99bbf7dfb42a0694da13f01;hp=cc27e9e357041da7d6a7442a1413d540a4fd3adb;hpb=04fdc78370dbc042116488d6826e19bf3910273b;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.ui/components/text.less b/resources/src/mediawiki.ui/components/text.less index cc27e9e357..30593bfe68 100644 --- a/resources/src/mediawiki.ui/components/text.less +++ b/resources/src/mediawiki.ui/components/text.less @@ -19,7 +19,6 @@ example, mw-ui-anchor with A, or mw-ui-button with buttons. Markup: Progressive -Constructive Destructive Styleguide 6.1. @@ -28,13 +27,10 @@ Styleguide 6.1. .mw-ui-text { // The selector order is like this on purpose; IE 6 ignores the second selector, // so we don't want to accidentally apply this color on all mw-ui-CONTEXT classes - .mw-ui-progressive& { + &.mw-ui-progressive { color: @colorProgressive; } - .mw-ui-constructive& { - color: @colorConstructive; - } - .mw-ui-destructive& { + &.mw-ui-destructive { color: @colorDestructive; } } \ No newline at end of file