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 {
background-image: url('/assets/check-16-blue.svg');
background-image: url('./check-16-blue.svg');
background-position: 2px 1px;
}