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

Unified Diff: third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
diff --git a/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css b/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
index 5cfb02646a297b4f355723e4a46c74994778cde6..f1c6b53f7d3e76e0ed8f98830b22988162693a7d 100644
--- a/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/object_ui/objectValue.css
@@ -25,7 +25,7 @@
.object-value-function-prefix,
.object-value-boolean {
- color: rgb(13, 34, 170);
+ color: rgb(170, 13, 145);
}
.object-value-function {
@@ -102,16 +102,3 @@
.object-properties-section .object-description {
color: gray;
}
-
-.object-properties-preview {
- white-space: nowrap;
-}
-
-.name {
- color: rgb(136, 19, 145);
- flex-shrink: 0;
-}
-
-.object-properties-preview .name {
- color: #565656;
-}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/object_ui/objectPropertiesSection.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698