From: Volker E Date: Wed, 18 Oct 2017 20:45:11 +0000 (-0700) Subject: mediawiki.ui: Remove remainder `text-shadow` X-Git-Tag: 1.31.0-rc.0~1718 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=0db7f832abef882166b845644cfde7dc343848c0;p=lhc%2Fweb%2Fwiklou.git mediawiki.ui: Remove remainder `text-shadow` The `text-shadow` property on primary buttons was probably introduced for a fake 3D effect and also because the colors were lighter in order to set the white text apart. None of this is true with our WikimediaUI color palette any more so let's remove this remainder. Change-Id: I25e5ce7e6fafc19d8b925b6918c98dd61b423d64 --- diff --git a/resources/src/mediawiki.less/mediawiki.ui/mixins.less b/resources/src/mediawiki.less/mediawiki.ui/mixins.less index a0ff76791c..505aa61012 100644 --- a/resources/src/mediawiki.less/mediawiki.ui/mixins.less +++ b/resources/src/mediawiki.less/mediawiki.ui/mixins.less @@ -87,7 +87,6 @@ // border of the same color as background so that light background and // dark background buttons are the same height and width border: 1px solid @bgColor; - text-shadow: 0 1px rgba( 0, 0, 0, 0.1 ); &:hover { background-color: @highlightColor;