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

Unified Diff: third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css

Issue 2723773003: DevTools: restore array lengths for long arrays (Closed)
Patch Set: Created 3 years, 10 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: third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
diff --git a/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css b/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
index cfd403e4697bc498f540d0ee66465f62da117f83..f1c6b53f7d3e76e0ed8f98830b22988162693a7d 100644
--- a/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
@@ -99,6 +99,6 @@
color: hsl(252, 100%, 75%);
}
-.object-description {
+.object-properties-section .object-description {
color: gray;
}

Powered by Google App Engine
This is Rietveld 408576698