Skip to content
Snippets Groups Projects
Commit 957b55b7 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #2491 from metabase/ie11-archive-icon-fix

ie 11 archive icon 'fix'
parents 646ee322 8d94cfc0
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