Merge "Keep buttons from changing size when they change state"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 17 Nov 2014 10:49:38 +0000 (10:49 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 17 Nov 2014 10:49:38 +0000 (10:49 +0000)
resources/src/mediawiki.less/mediawiki.ui/mixins.less

index ec9888f..5d0fefb 100644 (file)
 .button-colors(@bgColor) when (lightness(@bgColor) < 70%) {
        color: #fff;
        // border of the same color as background so that light background and
-       // dark background buttons are the same height (only top and bottom to
-       // make box shadow on hover cover the corners too)
+       // dark background buttons are the same height and width
        border: 1px solid @bgColor;
-       border-left: none;
-       border-right: none;
        text-shadow: 0 1px rgba(0, 0, 0, .1);
 
        &:disabled {