normalize-fixes.css
Same filename in this branch
Same filename in other branches
Fixes for core/assets/vendor/normalize-css/normalize.css since version 3.
File
-
core/
themes/ stable/ css/ core/ normalize-fixes.css
View source
- /**
- * @file
- * Fixes for core/assets/vendor/normalize-css/normalize.css since version 3.
- */
-
- /**
- * Fix problem with details/summary lines missing the drop arrows.
- */
- @media (min--moz-device-pixel-ratio: 0) {
- summary {
- display: list-item;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.