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

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

Issue 620783002: Devtools Animations: Basic animation inspection & control in Styles pane (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove keyframe view 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
Index: Source/devtools/front_end/elementsPanel.css
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css
index 53e0da4ad7f4143d82e75f8f9606c3f59204e867..69f2b3cc0c14e03135190e7e94be7a73adbcc257 100644
--- a/Source/devtools/front_end/elementsPanel.css
+++ b/Source/devtools/front_end/elementsPanel.css
@@ -793,3 +793,11 @@ li.child-editing .styles-clipboard-only {
overflow: hidden;
line-height: 16px;
}
+
+.animation-pause .glyph {
+ -webkit-mask-position: -32px -72px;
+}
+
+.animation-pause.toggled-on .glyph {
+ -webkit-mask-position: 0 -72px;
+}

Powered by Google App Engine
This is Rietveld 408576698