Commit 9dd6583b authored by catch's avatar catch
Browse files

Issue #3321004 by longwave: Remove IE11 hack from fieldset.css

(cherry picked from commit 1e3ce67a)
parent f5b86d3f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -46,15 +46,6 @@
  box-shadow: none;
}

/* stylelint-disable-next-line selector-type-no-unknown */

_:-ms-fullscreen,
.fieldset {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.fieldset__legend {
  float: left; /* Prevent sticking out of top of fieldset. */
  width: 100%;
+0 −8
Original line number Diff line number Diff line
@@ -28,14 +28,6 @@
  box-shadow: none;
}

/* stylelint-disable-next-line selector-type-no-unknown */
_:-ms-fullscreen,
.fieldset {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.fieldset__legend {
  float: left; /* Prevent sticking out of top of fieldset. */
  width: 100%;