Issue #3321004 by longwave: Remove IE11 hack from fieldset.css
parent
f8eb47e974
commit
1e3ce67a7d
|
@ -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%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue