Index: Source/devtools/front_end/elementsPanel.css |
diff --git a/Source/devtools/front_end/elementsPanel.css b/Source/devtools/front_end/elementsPanel.css |
index 73d6627853aabecbf125290ef6ced0af9e33410c..4dd13cad25f49fa775582804d27e618bddbd35b5 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; |
+} |