mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Merge pull request #2566 from alphagov/ie8-folders
Add PNG versions of the folder icons for IE8 users
This commit is contained in:
BIN
app/assets/images/folder-black.png
Normal file
BIN
app/assets/images/folder-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 266 B |
BIN
app/assets/images/folder-blue-bold.png
Normal file
BIN
app/assets/images/folder-blue-bold.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 262 B |
BIN
app/assets/images/folder-blue.png
Normal file
BIN
app/assets/images/folder-blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 272 B |
@@ -87,12 +87,18 @@
|
|||||||
&-folder {
|
&-folder {
|
||||||
|
|
||||||
a:first-child {
|
a:first-child {
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-indent: 40px;
|
text-indent: 40px;
|
||||||
background-image: file-url('folder-blue-bold.svg');
|
background-image: file-url('folder-blue-bold.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: auto 20px;
|
background-size: auto 20px;
|
||||||
background-position: 0px 2px;
|
background-position: 0px 2px;
|
||||||
|
|
||||||
|
@include ie-lte(8) {
|
||||||
|
background-image: file-url('folder-blue-bold.png');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -134,10 +140,16 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|
||||||
background-image: file-url('folder-blue.svg');
|
background-image: file-url('folder-blue.svg');
|
||||||
max-width: 33%;
|
max-width: 33%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
@include ie-lte(8) {
|
||||||
|
background-image: file-url('folder-blue.png');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -147,8 +159,14 @@
|
|||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|
||||||
background-image: file-url('folder-black.svg');
|
background-image: file-url('folder-black.svg');
|
||||||
padding-left: $gutter * 2;
|
padding-left: $gutter * 2;
|
||||||
|
|
||||||
|
@include ie-lte(8) {
|
||||||
|
background-image: file-url('folder-black.png');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user