mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 21:22:35 +01:00
use relative path for the url() in css so webpack can substitute the hashed asset name
This commit is contained in:
parent
202e428412
commit
dfb271410c
@ -929,7 +929,7 @@ tbody {
|
||||
}
|
||||
|
||||
#addPassword:checked + label::before {
|
||||
background-image: url('/assets/check-16-blue.svg');
|
||||
background-image: url('./check-16-blue.svg');
|
||||
background-position: 2px 1px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user