Remove obsolete `color` property from horizontal rule
authorVolker E <volker.e@wikimedia.org>
Mon, 15 Apr 2019 18:04:16 +0000 (11:04 -0700)
committerVolker E <volker.e@wikimedia.org>
Mon, 15 Apr 2019 18:09:31 +0000 (11:09 -0700)
Removing `color` property definition, which dates back to IE 5/Mac
support times.
`background-color` is sufficient in any of our basic supported
browsers.

Change-Id: I013b9c5bc614299c94bb733fc724148e5c7b1343

resources/src/mediawiki.skinning/elements.css

index a33595c..5936c6f 100644 (file)
@@ -108,7 +108,6 @@ img {
 
 hr {
        height: 1px;
-       color: #a2a9b1;
        background-color: #a2a9b1;
        border: 0;
        margin: 0.2em 0;