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

Unified Diff: third_party/WebKit/Source/devtools/front_end/components/objectValue.css

Issue 2294113002: DevTools: Color JavaScript booleans pink (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 78c3e65c7c643d61d5d5cc53fabf1eb8cd00a8e8..a6196c83f8230c128c02ed30d4f1e0405a99fdab 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
+++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
@@ -53,10 +53,12 @@
display: inline-block;
}
-.object-value-number,
-.object-value-boolean {
+.object-value-number {
color: rgb(28, 0, 207);
}
+.object-value-boolean {
+ color: rgb(170, 13, 145);
+}
.object-value-string,
.object-value-regexp,
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698