Commit 0b27fee
committed
fix(sidebar.scss): url("data:,") turns into url("'data:,'")
now replaced with Base64 Encode of 1x1px Transparent gif, closes #49
1. `ie11` ignores `list-style:none` (ie11 rtl sidebar minimized issue)
2. `url("data:,")` turns into `url("'data:,'")` after minification
3. angular 7 cli build complains on `url("'data:,'")`1 parent dbb01a7 commit 0b27fee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
0 commit comments