mediawiki.ui: Remove obsolete `text-shadow` from quiet and disabled buttons
authorVolker E <volker.e@wikimedia.org>
Wed, 21 Nov 2018 18:35:54 +0000 (10:35 -0800)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 21 Nov 2018 18:58:31 +0000 (18:58 +0000)
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

resources/src/mediawiki.ui/components/buttons.less

index d94a983..cef36d7 100644 (file)
@@ -74,7 +74,6 @@
        }
 
        &:disabled {
-               text-shadow: none;
                cursor: default;
        }
 
        &.mw-ui-quiet {
                background: transparent;
                border: 0;
-               text-shadow: none;
                .button-colors-quiet( @colorButtonText, @colorButtonTextHighlight, @colorButtonTextActive );
 
                &:hover,