mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Do this without a static link; allow webpack to handle assets here.
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
||||
background-color: transparent;
|
||||
}
|
||||
input:not(:focus) {
|
||||
background: url("/static/images/tags-solid.svg");
|
||||
background: url("../../assets/images/tags-solid.svg");
|
||||
background-repeat: no-repeat;
|
||||
color: transparent;
|
||||
&::placeholder {
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../client/src/assets/images/tags-solid.svg
|
||||
Reference in New Issue
Block a user