Skip to content
Snippets Groups Projects
Unverified Commit 00ebcd9b 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

(cherry picked from commit c81afb88)
parent d2d8fc93
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards
...@@ -36,17 +36,6 @@ fieldset { ...@@ -36,17 +36,6 @@ fieldset {
padding: 0.35em 0.625em 0.75em; /* 1 */ padding: 0.35em 0.625em 0.75em; /* 1 */
border: 1px solid #c0c0c0; /* 1 */ border: 1px solid #c0c0c0; /* 1 */
} }
/**
* 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 {
......
...@@ -45,17 +45,6 @@ fieldset:not(.fieldgroup) { ...@@ -45,17 +45,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;
...@@ -67,17 +56,6 @@ fieldset:not(.fieldgroup) > legend { ...@@ -67,17 +56,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