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

Unified Diff: Source/devtools/front_end/elements/animationTimeline.css

Issue 1159613003: Devtools Animations: Update timing information of related animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/elements/AnimationTimeline.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/animationTimeline.css
diff --git a/Source/devtools/front_end/elements/animationTimeline.css b/Source/devtools/front_end/elements/animationTimeline.css
index a013cab1541ed60573b27377059a252d30af4337..328659dfd1a8361a679b669481baf74b5b6a4406 100644
--- a/Source/devtools/front_end/elements/animationTimeline.css
+++ b/Source/devtools/front_end/elements/animationTimeline.css
@@ -284,7 +284,7 @@ rect.animation-timeline-grid-line:first-child {
}
.animation-node-row.animation-node-removed {
- background-color: #fff0f0;
+ background-color: rgba(255, 0, 0, 0.1);
}
svg.animation-ui g:first-child {
« no previous file with comments | « Source/devtools/front_end/elements/AnimationTimeline.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698