1
0
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:
Danny Coates 2017-10-30 12:54:59 -07:00
parent 202e428412
commit dfb271410c
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -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;
} }