Index: third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css b/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css |
index 180bf4521e749b4c1d719e08586d61015ba92ac0..c57f7f36cc0029f7f2e14feb68731d81a1d2a65b 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css |
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectPropertiesSection.css |
@@ -64,3 +64,7 @@ |
.object-properties-section-root-element.expanded::before { |
-webkit-mask-position: -20px -97px !important; |
} |
+ |
+.object-properties-section .value .object-description { |
+ color: gray; |
+} |