mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 15:48:25 -04:00
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:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user