Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / misc / normalize-fixes.css
1 /**
2  * @file
3  * Fixes for core/assets/vendor/normalize-css/normalize.css since version 3.
4  */
5
6 /**
7  * Fix problem with details/summary lines missing the drop arrows.
8  */
9 @media (min--moz-device-pixel-ratio: 0) {
10   summary {
11     display: list-item;
12   }
13 }