Skip to content
Snippets Groups Projects
Commit 8d94cfc0 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

ie 11 archive icon 'fix'

parent 646ee322
No related branches found
No related tags found
No related merge requests found
......@@ -72,14 +72,22 @@
:local(.rightIcons) {
composes: icons;
}
:local(.extraIcons) {
composes: icons;
composes: absolute top full-height from "style";
left: 100%;
right: -40px;
}
/* hack fix for IE 11 which was hiding the archive icon */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
:local(.extraIcons) {
composes: icons;
}
}
:local(.icon) {
composes: cursor-pointer from "style";
composes: relative cursor-pointer from "style";
color: var(--muted-color);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment