]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1344080 - Module headers should be minified when the module is open
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 27 Jun 2018 14:34:51 +0000 (10:34 -0400)
committerdklawren <dklawren@users.noreply.github.com>
Wed, 27 Jun 2018 14:34:51 +0000 (10:34 -0400)
extensions/BugModal/web/bug_modal.css

index 9a3978b14c8183878dc582f43b937b35a4c9233d..a8c469ad639f1e8f54c8430053af3e1037266387 100644 (file)
@@ -153,6 +153,12 @@ a.activity-ref {
     font-weight: normal;
     padding-right: 5px;
     color: #666;
+    opacity: 1;
+    transition: all .2s;
+}
+
+.module-spinner[aria-expanded="true"] ~ .module-subtitle {
+    opacity: 0;
 }
 
 .module .fields-lhs {