Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / themes / seven / css / components / system-status-report.css
index 2f4b338440652e4bbae0f930fb6fcf65a66f36ae..2378a8fdd1568b147043a6bc0add64fd7293645c 100644 (file)
@@ -12,6 +12,8 @@
   margin: 0;
   width: 100%;
   overflow: auto;
+  background-color: transparent;
+  border-radius: 0;
 }
 .system-status-report__entry:last-of-type {
   border-bottom: 1px solid #bebfb9;
@@ -64,6 +66,7 @@
 .system-status-report details[open] > *,
 .system-status-report details > summary:first-child {
   display: block;
+  color: inherit;
 }
 
 .system-status-report__status-title .details-title:before,