Commit 77560248 authored by catch's avatar catch
Browse files

Issue #3212691 by Sakthivel M, Gauravmahlawat, immaculatexavier,...

Issue #3212691 by Sakthivel M, Gauravmahlawat, immaculatexavier, sauravkashyap, longwave: Olivero: remove placeholder CSS for IE11

(cherry picked from commit 8b8be72e)
parent 8bee4691
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -27,12 +27,6 @@
  color: var(--color--gray-60);
}

/* IE 10 and 11 needs this set as important. */

:-ms-input-placeholder {
  color: var(--color--gray-60) !important;
}

/**
 * General form item.
 */
+0 −5
Original line number Diff line number Diff line
@@ -9,11 +9,6 @@
  color: var(--color--gray-60);
}

/* IE 10 and 11 needs this set as important. */
:-ms-input-placeholder {
  color: var(--color--gray-60) !important;
}

/**
 * General form item.
 */