Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/skin/firstRun.css

Issue 5161604387700736: Fixed: Share popup on first-run page doesn't appear in Chromium (Closed)
Patch Set: Created Jan. 14, 2014, 11:45 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/skin/firstRun.css
===================================================================
--- a/chrome/skin/firstRun.css
+++ b/chrome/skin/firstRun.css
@@ -439,8 +439,8 @@
{
visibility: hidden;
opacity: 0;
- -webkit-transition-property: opacity, visibility;
- transition-property: opacity, visibility;
+ -webkit-transition-property: opacity;
+ transition-property: opacity;
}
#glass-pane
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld