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

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: 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/elements/module.json ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elementsPanel.css
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css
index d7ccf90f907f1b71bd9495f642a560bb195dfb94..d30be3c9dab67f47985b0de84ace4aba9e1fc3bc 100644
--- a/Source/devtools/front_end/elementsPanel.css
+++ b/Source/devtools/front_end/elementsPanel.css
@@ -716,3 +716,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;
+}
« no previous file with comments | « Source/devtools/front_end/elements/module.json ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698