mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 01:18:24 -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BIN
app/assets/stylesheets/folder-black.png
Normal file
BIN
app/assets/stylesheets/folder-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 B |
Reference in New Issue
Block a user