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

Unified Diff: Source/devtools/front_end/sourcesView.css

Issue 625893002: DevTools: Run workspace mapping tip infobar animation only once (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 2 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 | « Source/devtools/front_end/sources/WorkspaceMappingTip.js ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sourcesView.css
diff --git a/Source/devtools/front_end/sourcesView.css b/Source/devtools/front_end/sourcesView.css
index fdbac7b7e7d659f1310a96e75921b34020c2f085..71a469b6d646786a39be88f25799479a2a9a16e8 100644
--- a/Source/devtools/front_end/sourcesView.css
+++ b/Source/devtools/front_end/sourcesView.css
@@ -116,9 +116,11 @@ button.status-bar-item.scripts-navigator-show-hide-button {
.source-frame-infobar {
margin-top: 0;
- -webkit-animation: source-frame-infobar-reveal 0.1s;
}
+.source-frame-infobar-animation {
+ -webkit-animation: source-frame-infobar-reveal 0.1s;
+}
@-webkit-keyframes source-frame-infobar-reveal {
from { margin-top: -24px; }
to { margin-top: 0; }
« no previous file with comments | « Source/devtools/front_end/sources/WorkspaceMappingTip.js ('k') | Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698