Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / themes / seven / css / components / modules-page.css
index bc9c1e554bcfc6ff8071f5e0ac26e286e6b210ff..3b3fe4329b82cd8b9b2dd7c902513fb8ba975dba 100644 (file)
@@ -3,18 +3,20 @@
   border: 0;
   border-top: 1px solid #ccc;
 }
-.system-modules details {
+.system-modules .seven-details {
+  background: none;
   border: 0;
   margin: 0;
   padding: 0;
 }
-.system-modules summary {
+.system-modules .seven-details__summary {
   border-bottom: 1px solid #ccc;
+  padding: 0.95em 0.5em;
 }
-.system-modules [open] summary {
+.system-modules [open] .seven-details__summary {
   border-bottom: none;
 }
-.system-modules .details-wrapper {
+.system-modules .seven-details__wrapper {
   padding: 0 0 0.5em 0;
 }
 .system-modules .fieldset-wrapper {