Elastic: Use data-uri() for eye.svg so it works after less compilation
This commit is contained in:
parent
d7ee634847
commit
35c9197adf
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ fieldset.categories .input-group {
|
|||
}
|
||||
|
||||
body.quickview-active .fc-content {
|
||||
background: url('images/eye.svg') center no-repeat;
|
||||
background: data-uri("image/svg+xml;charset=utf-8", "../images/eye.svg") center no-repeat;
|
||||
background-size: 50%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue