Verified Commit de15cd15 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3309316 by longwave: Remove IE11 support from Umami

(cherry picked from commit 750b8ce6)
parent 37ca0721
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ html {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: #008068;
  outline-offset: 2px; /* Not supported in IE11 but greatly improves outline visibility in newer browsers. */
  outline-offset: 2px;
}

a {
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: 0; /* Required for flexbox vertical centering in IE11. Min-height will take precedence. */
    min-height: 54vw;
    margin: 0 auto;
    padding: 0 4%;
+0 −5
Original line number Diff line number Diff line
@@ -34,11 +34,6 @@
  color: #000;
}

/* Need to fix IE11 cards height issue */
.view-mode-card .node__content {
  flex-shrink: 0;
}

.view-mode-card .field--name-field-media-image img {
  display: block;
  width: 100%;