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

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

Issue 2397933005: DevTools: ConsoleViewMessage rewrite signatures for formatter functions (Closed)
Patch Set: remove patches 6, 7 Created 4 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: 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 395cfcdafb9d22ff9abf32f0d60e5ab5c1c43dc7..3b91fda1cea9812ca2901a2ae2d94cca8dfdfeab 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
@@ -61,11 +61,16 @@
.object-value-string,
.object-value-regexp,
.object-value-symbol {
- color: rgb(196, 26, 22);
white-space: pre;
unicode-bidi: -webkit-isolate;
}
+.object-value-string-inner,
+.object-value-regexp,
+.object-value-symbol {
+ color: rgb(196, 26, 22);
+}
+
.object-value-node {
color: rgb(136, 18, 128);
}

Powered by Google App Engine
This is Rietveld 408576698