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

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

Issue 2012033002: DevTools: more previews when formatting logged arrays/objects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code cleanup Created 4 years, 6 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/components/objectValue.css
diff --git a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
index 667cca9a0cf2773e01c82c5c361d5bc66f2a6d4f..e30b4cb0cf8759c98a0940f9ed2dd0ae686ff53b 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
@@ -51,6 +51,12 @@
display: inline-block;
}
+.object-value-array-length {
+ color: #bfbfbf;
+ margin: 0px 5px;
+ font-style: italic;
+}
+
.object-value-number,
.object-value-boolean {
color: rgb(28, 0, 207);

Powered by Google App Engine
This is Rietveld 408576698