fixed asset image path for stylesheets
This commit is contained in:
parent
87bf18fa4b
commit
7758f8993c
2
app/assets/stylesheets/molecules/_forms.scss
Executable file → Normal file
2
app/assets/stylesheets/molecules/_forms.scss
Executable file → Normal file
@ -211,7 +211,7 @@ select {
|
||||
display: none;
|
||||
}
|
||||
&:not([multiple]) {
|
||||
background-image: url(../../assets/images/icon-dropdownlist.png);
|
||||
background-image: asset_data_url("icon-dropdownlist.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 10px bottom 50%;
|
||||
-webkit-appearance: none;
|
||||
|
2
app/assets/stylesheets/molecules/_lists.scss
Executable file → Normal file
2
app/assets/stylesheets/molecules/_lists.scss
Executable file → Normal file
@ -29,7 +29,7 @@ ul {
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
left:0;
|
||||
content:url('../../assets/images/icon-unorderedlistbullet.png');
|
||||
content: asset_data_url('icon-unorderedlistbullet.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user