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

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: Review changes 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 0df58c9646fe3d5391be8238b62916add72d81ba..201ba1c4fd1d380128cc216f33407e2de96f47ac 100644
--- a/Source/devtools/front_end/elements/elementsPanel.css
+++ b/Source/devtools/front_end/elements/elementsPanel.css
@@ -691,3 +691,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