normalize-fixes.css

Same filename in other branches
  1. 9 core/misc/normalize-fixes.css
  2. 9 core/themes/stable9/css/core/normalize-fixes.css
  3. 9 core/themes/stable/css/core/normalize-fixes.css

Fixes for core/assets/vendor/normalize-css/normalize.css since version 3.

File

core/misc/normalize-fixes.css

View source
  1. /**
  2. * @file
  3. * Fixes for core/assets/vendor/normalize-css/normalize.css since version 3.
  4. */
  5. /**
  6. * Fix problem with details/summary lines missing the drop arrows.
  7. */
  8. @media (min--moz-device-pixel-ratio: 0) {
  9. summary {
  10. display: list-item;
  11. }
  12. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.