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

merge-requests/2977/head
catch 2022-11-18 12:07:38 +00:00
parent f8eb47e974
commit 1e3ce67a7d
2 changed files with 0 additions and 17 deletions

View File

@ -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%;

View File

@ -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%;