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

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