Index: Source/devtools/front_end/elements/elementsPanel.css |
diff --git a/Source/devtools/front_end/elements/elementsPanel.css b/Source/devtools/front_end/elements/elementsPanel.css |
index ac299be08a763e8ac935136a80105632d129f7f7..9c8e23fb231be06373d8b9227f39accf12789a58 100644 |
--- a/Source/devtools/front_end/elements/elementsPanel.css |
+++ b/Source/devtools/front_end/elements/elementsPanel.css |
@@ -739,3 +739,19 @@ li.child-editing .styles-clipboard-only { |
.swatch-inner:hover { |
border: 1px solid rgba(64, 64, 64, 0.8); |
} |
+ |
+.animationsSettings { |
+ padding: 4px; |
+} |
+ |
+.animationSectionBody { |
+ display: none; |
+} |
+ |
+.animationSectionBody.expanded { |
+ display: block; |
+} |
+ |
+.animationSectionBody .section { |
+ border-bottom: 1px solid rgb(191, 191, 191); |
+} |