Bug 1401682 - Adjust activity stream fade in timing to avoid tart regression. r?k88hudson draft
authorEd Lee <edilee@mozilla.com>
Wed, 20 Sep 2017 15:27:00 -0700
changeset 668622 44533ad844435d771bee81e8acddb3a7c6e6d024
parent 667935 319a34bea9e4f3459886b5b9e835bd338320f1fd
child 732743 5551a2f0723448f554d5c9f4c11cc52f90827e91
push id81088
push userbmo:edilee@mozilla.com
push dateThu, 21 Sep 2017 20:59:09 +0000
reviewersk88hudson
bugs1401682
milestone57.0a1
Bug 1401682 - Adjust activity stream fade in timing to avoid tart regression. r?k88hudson MozReview-Commit-ID: KQtToBvxea4
browser/extensions/activity-stream/data/content/activity-stream.css
--- a/browser/extensions/activity-stream/data/content/activity-stream.css
+++ b/browser/extensions/activity-stream/data/content/activity-stream.css
@@ -197,17 +197,17 @@ main {
   text-transform: uppercase; }
   .section-title span {
     color: #737373;
     fill: #737373;
     vertical-align: middle; }
 
 .body-wrapper {
   opacity: 0;
-  transition: opacity 0.1s ease-in-out; }
+  transition: opacity 75ms ease-in-out 125ms; }
   .body-wrapper.on {
     opacity: 1; }
 
 .top-sites-list {
   list-style: none;
   margin: 0;
   margin-bottom: -18px;
   padding: 0;