diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-06-27 16:34:51 +0200 |
---|---|---|
committer | dklawren <dklawren@users.noreply.github.com> | 2018-06-27 16:34:51 +0200 |
commit | b984e77dfe6cdd03f6203cb6a7f3908255df9d23 (patch) | |
tree | 42097cec5b495d2f649e5b8035a5e33bf0d6a5ea | |
parent | 811338d058749081d3faf9e4cd9bfbf1a97a83a9 (diff) | |
download | bugzilla-b984e77dfe6cdd03f6203cb6a7f3908255df9d23.tar.gz bugzilla-b984e77dfe6cdd03f6203cb6a7f3908255df9d23.tar.xz |
Bug 1344080 - Module headers should be minified when the module is open
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 9a3978b14..a8c469ad6 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -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 { |