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

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: Created 6 years, 1 month 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 a0f86156726a464486ef9cfdf1a96d61939497e9..67188ed8f6fcff86c90c2cf8f993ccf3b1f395f3 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -695,3 +695,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);
+}
« no previous file with comments | « Source/devtools/front_end/elements/StylesSidebarPane.js ('k') | Source/devtools/front_end/sdk/AnimationModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698