mediawiki.ui: Add 'background-color: inherit' to match 'color: inherit'
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 23 Oct 2014 08:50:09 +0000 (10:50 +0200)
committerJdlrobson <jrobson@wikimedia.org>
Fri, 24 Oct 2014 20:34:59 +0000 (20:34 +0000)
I'm torn on whether we should do this, or just remove 'color: inherit'.

Bug: 72192
Change-Id: Ie19e0ab03cd2e577a1c4527b083215c92b421a44

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

index 685ca4d..c01dd36 100644 (file)
@@ -38,6 +38,7 @@
        border-radius: @borderRadius;
        // Override user agent stylesheet properties. Instead use parent element.
        color: inherit;
+       background-color: inherit;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;