Skip to content
Snippets Groups Projects
Commit 37059c86 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #2886904 by jhodgdon, andrewmacpherson, volkerk, Eric Heydrich, Vidushi...

Issue #2886904 by jhodgdon, andrewmacpherson, volkerk, Eric Heydrich, Vidushi Mehta, Utkarsh_Mishra, jenlampton, hosef, anavarre, adriancid, xjm, alexpott, mgerbault, tracipotocnik, BSpeel, yoroy, lauriii: display: block for details/summary hides drop arrows in Firefox (normalize.css update)
parent 2023ce8e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -890,6 +890,7 @@ normalize:
css:
base:
assets/vendor/normalize-css/normalize.css: { weight: -20 }
misc/normalize-fixes.css: { weight: -19 }
picturefill:
remote: https://github.com/scottjehl/picturefill
......
/**
* @file
* Fixes for core/assets/vendor/normalize-css/normalize.css since version 3.
*/
/**
* Fix problem with details/summary lines missing the drop arrows.
*/
@-moz-document url-prefix() {
summary {
display: list-item;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment