Bug 1349096 - Prevent download panel from moving up and down with download start animation. r=paolo draft
authorRex Lee <rexboy@mozilla.com>
Mon, 10 Apr 2017 15:20:32 +0800
changeset 561227 7c456d383878cb1e8f7b73c829e6fd8fd1380fa4
parent 556622 ec8d1d3db50c85037e8077c32c8403570a5df493
child 623905 0e7981e19e4bdcd41dffc07ae6aad24ae0717049
push id53655
push userbmo:rexboy@mozilla.com
push dateWed, 12 Apr 2017 09:33:06 +0000
reviewerspaolo
bugs1349096
milestone55.0a1
Bug 1349096 - Prevent download panel from moving up and down with download start animation. r=paolo MozReview-Commit-ID: E6zQUXcBWWP
browser/themes/shared/downloads/indicator.inc.css
--- a/browser/themes/shared/downloads/indicator.inc.css
+++ b/browser/themes/shared/downloads/indicator.inc.css
@@ -46,17 +46,17 @@ toolbar[brighttext] #downloads-indicator
     filter: brightness(0.7);
   }
   100% {
     height: 87%;
     filter: brightness(1);
   }
 }
 
-#downloads-button[notification="start"] > #downloads-indicator-anchor {
+#downloads-button[notification="start"] > #downloads-indicator-anchor > #downloads-indicator-icon {
   animation-name: downloadsIndicatorStartJump;
   /* Upon changing the overall duration below, please keep the delay time of
      setTimeout() identical in indicator.js for this animation. */
   animation-duration: 0.5s;
   animation-delay: 1s;
   animation-iteration-count: 2;
 }