Fix icons on safari when using cookie authentication (#398)

Cookie's are not sent with url's in -webkit-mask so we
embed the svg's directly in the css.
This commit is contained in:
Anmol Sethi
2019-04-01 15:20:39 -05:00
committed by Kyle Carberry
parent 7481395353
commit 97f5b07003
3 changed files with 15 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
"typescript": "^3.2.2",
"typescript-tslint-plugin": "^0.2.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"util": "^0.11.1",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.0.3",