Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2196)

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.css

Issue 2852293002: Local NTP: Fade in the OneGoogleBar (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 3f7ab102b505df009f93d838b35b2eabd231184d..6c53cac21200201b23301147487d6f4daf6355b3 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -286,5 +286,10 @@ html[dir=rtl] #attribution,
#one-google {
position: fixed;
+ transition: opacity 130ms;
fhorschig 2017/05/02 12:23:43 Nit: Is there any special reason why 130ms? MD mot
z-index: 1;
}
+
+#one-google.hidden {
+ opacity: 0;
+}
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698