| 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 a6196c83f8230c128c02ed30d4f1e0405a99fdab..395cfcdafb9d22ff9abf32f0d60e5ab5c1c43dc7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components/objectValue.css
|
| @@ -23,10 +23,8 @@
|
| background-color: rgba(56, 121, 217, 0.1);
|
| }
|
|
|
| -.object-value-function::before {
|
| - content: "function";
|
| +.object-value-function-prefix {
|
| color: rgb(170, 13, 145);
|
| - padding-right: 5px;
|
| }
|
|
|
| .object-value-function {
|
|
|