| 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 }
|
| ]
|
|
|