| 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);
|
| }
|
|
|