mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05: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 {
|
||||
background-image: url('/assets/check-16-blue.svg');
|
||||
background-image: url('./check-16-blue.svg');
|
||||
background-position: 2px 1px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user