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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user