Fixes for folder .svg icon

Match format of .svg file to others in the same
folder to fix issues in IE11.

Add a .png alternative for IE8 users.
This commit is contained in:
Tom Byers
2019-05-10 14:59:31 +01:00
parent d75c26eb83
commit fe457464a8
3 changed files with 2 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
background-position: 0px 4px;
@include ie-lte(8) {
background-image: file-url('folder-blue-bold.png');
background-image: file-url('folder-black.png');
}
}