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

Unified Diff: third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css

Issue 2878243002: Revert of DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: Created 3 years, 7 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/object_ui/objectPropertiesSection.css
diff --git a/third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css b/third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css
index 7e836856d6041339a87d767026867fd237274252..70e1f29101d83b616e85212abd746edcd01567f5 100644
--- a/third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css
+++ b/third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css
@@ -3,6 +3,11 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
+.object-properties-section .name {
+ color: rgb(136, 19, 145);
+ flex-shrink: 0;
+}
.object-properties-section-separator {
flex-shrink: 0;

Powered by Google App Engine
This is Rietveld 408576698