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

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

Issue 682423002: Devtools Animations: Show subtree animations for a given node (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Collapse animation sections if there are a lot 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/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);
+}

Powered by Google App Engine
This is Rietveld 408576698