mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
use relative path for the url() in css so webpack can substitute the hashed asset name
This commit is contained in:
@@ -929,7 +929,7 @@ tbody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#addPassword:checked + label::before {
|
#addPassword:checked + label::before {
|
||||||
background-image: url('/assets/check-16-blue.svg');
|
background-image: url('./check-16-blue.svg');
|
||||||
background-position: 2px 1px;
|
background-position: 2px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user