ext.uls: remove redundant -webkit gradient/svg reference

To match how MediaWiki core expands the .background-image-svg() mixin
function. According to Codesearch, this is the only repo with a match
for `-webkit-linear-gradient.*url\(`.

Bug: T121730
Change-Id: Ide4fc6eef81de76b4b0043cd88ecdf8ed2e3e736
This commit is contained in:
Timo Tijhof
2019-09-27 18:15:35 +01:00
committed by jenkins-bot
parent f1e9eedb96
commit 372ab5301e

View File

@@ -37,7 +37,6 @@
.uls-icon-back { .uls-icon-back {
background: transparent url( ../images/back-grey-ltr.png ) no-repeat scroll center center; background: transparent url( ../images/back-grey-ltr.png ) no-repeat scroll center center;
background-image: -webkit-linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
background-image: linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg ); background-image: linear-gradient( transparent, transparent ), url( ../images/back-grey-ltr.svg );
background-size: 28px; background-size: 28px;
background-position: center center; background-position: center center;