Skip to content
Snippets Groups Projects
Unverified Commit c81afb88 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3115005 by bnjmnm: Remove fieldset CSS that was only there to work...

Issue #3115005 by bnjmnm: Remove fieldset CSS that was only there to work around a now-fixed Firefox bug
parent 192a49e9
Branches
Tags
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
...@@ -17,17 +17,6 @@ fieldset { ...@@ -17,17 +17,6 @@ fieldset {
min-width: 0; min-width: 0;
margin: 1em 0; margin: 1em 0;
} }
/**
* We've temporarily added this Firefox specific rule here to fix fieldset
* widths.
* @todo remove once this Mozilla bug is fixed.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
*/
@media (min--moz-device-pixel-ratio: 0) {
fieldset {
display: table-cell;
}
}
details, details,
fieldset, fieldset,
.filter-wrapper { .filter-wrapper {
......
...@@ -13,17 +13,6 @@ fieldset:not(.fieldgroup) { ...@@ -13,17 +13,6 @@ fieldset:not(.fieldgroup) {
border-radius: 2px; border-radius: 2px;
background-color: #fcfcfa; background-color: #fcfcfa;
} }
/**
* We've temporarily added this Firefox specific rule here to fix fieldset
* widths.
* @todo remove once this Mozilla bug is fixed.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
*/
@media (min--moz-device-pixel-ratio: 0) {
fieldset:not(.fieldgroup) {
display: table-cell;
}
}
fieldset:not(.fieldgroup) > legend { fieldset:not(.fieldgroup) > legend {
position: absolute; position: absolute;
top: 10px; top: 10px;
...@@ -35,17 +24,6 @@ fieldset:not(.fieldgroup) > legend { ...@@ -35,17 +24,6 @@ fieldset:not(.fieldgroup) > legend {
.fieldgroup { .fieldgroup {
min-width: 0; min-width: 0;
} }
/**
* We've temporarily added this Firefox specific rule here to fix fieldset
* widths.
* @todo remove once this Mozilla bug is fixed.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=504622
*/
@media (min--moz-device-pixel-ratio: 0) {
.fieldgroup {
display: table-cell;
}
}
.form-item { .form-item {
margin: 0.75em 0; margin: 0.75em 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment