Follow-up 764cd6a1: unbreak quiet buttons
authorRoan Kattouw <roan.kattouw@gmail.com>
Thu, 22 Sep 2016 19:01:11 +0000 (12:01 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Thu, 22 Sep 2016 19:01:59 +0000 (12:01 -0700)
Quiet buttons are supposed to be initially gray,
not initially colored.

Bug: T146401
Change-Id: I8c3020591c82f7b2c1f7043892e73019886478af

resources/src/mediawiki.less/mediawiki.ui/mixins.less

index 3cc94b8..780b372 100644 (file)
 .button-colors-quiet( @textColor, @highlightColor, @activeColor ) {
        // Quiet buttons all start gray, and reveal
        // constructive/progressive/destructive color on hover and active.
-       color: @textColor;
+       color: @colorButtonText;
 
        &:hover {
                background-color: transparent;