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 828ec16dc7bb8d3d65d269963313e4ab5c8b7c90..cfd403e4697bc498f540d0ee66465f62da117f83 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css |
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css |
@@ -98,3 +98,7 @@ |
:host-context(.-theme-with-dark-background) .object-value-boolean { |
color: hsl(252, 100%, 75%); |
} |
+ |
+.object-description { |
+ color: gray; |
+} |