Remove -moz-linear-gradient
This does not have much effect on the gzipped payload, but it still makes the modules look big and (I assume) take space in the local storage. This prefix is not used by current versions of browsers, so the only change is that some users with old browsers get bitmap images instead of vector images. Instances where -moz-linear-gradient is used with colors were left in, as were the instances in upstream libs. Change-Id: I1515c53955467eb21c8ed70e46aecc61ab4718c2
This commit is contained in:
committed by
Nikerabbit
parent
9df061c692
commit
c7edc4db7e
@@ -2,8 +2,6 @@ div.display-settings-block {
|
||||
/* @embed */
|
||||
background: transparent url('../images/display.png') no-repeat left top;
|
||||
/* @embed */
|
||||
background-image: -moz-linear-gradient(transparent, transparent), url('../images/display.svg');
|
||||
/* @embed */
|
||||
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/display.svg');
|
||||
/* @embed */
|
||||
background-image: linear-gradient(transparent, transparent), url('../images/display.svg');
|
||||
|
||||
Reference in New Issue
Block a user