Apply /* @embed */ pragma to every image, not just the topmost in each block
/* @embed */ is scoped to the rule immediately below it, not the entire block. Change-Id: I862b01e6bb70a53904b8264872f08d1bc1b073c1
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
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');
|
||||
background-size: 20px auto;
|
||||
color: #252525;
|
||||
|
||||
Reference in New Issue
Block a user