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

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

Issue 980053006: Revert of Devtools Animations: Represent delay and end-delay on the animation timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
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 ade800419a5b962cf8eea2ad83a48e1b4fe6779f..68f438cad11b844224e79aed0fb5bff987882ce8 100644
--- a/Source/devtools/front_end/elements/animationTimeline.css
+++ b/Source/devtools/front_end/elements/animationTimeline.css
@@ -40,11 +40,6 @@
fill: none;
}
-line.animation-delay-line {
- stroke-width: 2;
- stroke-dasharray: 6, 4;
-}
-
circle.animation-endpoint {
stroke-width: 3;
}
@@ -57,7 +52,7 @@
.animation-name {
position: absolute;
top: 15px;
- color: #333;
+ color: #777;
text-align: center;
margin-left: -8px;
}
« no previous file with comments | « Source/devtools/front_end/elements/AnimationTimeline.js ('k') | Source/devtools/front_end/sdk/AnimationModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698