From 372ab5301ef3114c0d3942fc20ba69ed0c71c80c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Fri, 27 Sep 2019 18:15:35 +0100 Subject: [PATCH] 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 --- resources/css/ext.uls.less | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/css/ext.uls.less b/resources/css/ext.uls.less index 21519824..49acdc5f 100644 --- a/resources/css/ext.uls.less +++ b/resources/css/ext.uls.less @@ -37,7 +37,6 @@ .uls-icon-back { 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-size: 28px; background-position: center center;