Unverified Commit bfada419 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3190537 by kostyashupenko, mherchel, bnjmnm, xjm: Mobile search input...

Issue #3190537 by kostyashupenko, mherchel, bnjmnm, xjm: Mobile search input in IE11 does not visually respond to keypress

(cherry picked from commit 838b9033)
parent f429dac2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -107,8 +107,7 @@
  }

.block-search-narrow input[type="search"] {
      padding-top: 2.25rem;
      padding-bottom: 2.25rem
      height: 4.5rem
  }
    }

+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
    }

    @media (--md) {
      padding-block: var(--sp2);
      height: calc(4 * var(--sp));
      padding-inline-start: var(--sp2);
      padding-inline-end: var(--sp2);
    }