mw.ui: Fix broken hover state for quiet buttons
authorPrateek Saxena <prtksxna@gmail.com>
Thu, 23 Jul 2015 05:37:54 +0000 (11:07 +0530)
committerPrateek Saxena <prtksxna@gmail.com>
Thu, 23 Jul 2015 06:59:26 +0000 (12:29 +0530)
Follows up I270e2fcf863265a51ed62f790dff1ee9cf31a8b6

Bug: T106618
Change-Id: Iac259da37bb6303c1ef6d8a7da9b2e3801d309e7

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

index 16fd7ec..1b31956 100644 (file)
 
        &:hover,
        &:focus {
+               background: transparent;
                color: @textColor;
        }