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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/module.json

Issue 1797323003: DevTools: Hex colors aren't forced to uppercase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests Created 4 years, 9 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/common/Color.js ('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/elements/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/module.json b/third_party/WebKit/Source/devtools/front_end/elements/module.json
index ac62df3c1129a247a904ad9544796c4ba95b3811..b52395e62bd089b48fd6bd83ee8202091c8820af 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/elements/module.json
@@ -32,7 +32,7 @@
"defaultValue": "original",
"options": [
{ "title": "Set color format as authored", "text": "As authored", "value": "original" },
- { "title": "Set color format to HEX", "text": "HEX: #DAC0DE", "value": "hex", "raw": true },
+ { "title": "Set color format to HEX", "text": "HEX: #dac0de", "value": "hex", "raw": true },
{ "title": "Set color format to RGB", "text": "RGB: rgb(128, 255, 255)", "value": "rgb", "raw": true },
{ "title": "Set color format to HSL", "text": "HSL: hsl(300, 80%, 90%)", "value": "hsl", "raw": true }
]
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/common/Color.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698