From: Volker E Date: Wed, 21 Nov 2018 18:35:54 +0000 (-0800) Subject: mediawiki.ui: Remove obsolete `text-shadow` from quiet and disabled buttons X-Git-Tag: 1.34.0-rc.0~3465 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=fa04547aca9a1f0615e8d63a60875bab54d24a66;p=lhc%2Fweb%2Fwiklou.git mediawiki.ui: Remove obsolete `text-shadow` from quiet and disabled buttons Those properties have been overrides to the normal buttons old look, they haven't been removed when the buttons were changed in I25e5ce7e6fafc19d8b925b6918c98dd61b423d64. Change-Id: I3aac8683ae7bd5402721dba23d0dbaf9d9c2a1ac --- diff --git a/resources/src/mediawiki.ui/components/buttons.less b/resources/src/mediawiki.ui/components/buttons.less index d94a983528..cef36d755f 100644 --- a/resources/src/mediawiki.ui/components/buttons.less +++ b/resources/src/mediawiki.ui/components/buttons.less @@ -74,7 +74,6 @@ } &:disabled { - text-shadow: none; cursor: default; } @@ -194,7 +193,6 @@ &.mw-ui-quiet { background: transparent; border: 0; - text-shadow: none; .button-colors-quiet( @colorButtonText, @colorButtonTextHighlight, @colorButtonTextActive ); &:hover,