Chromium Code Reviews| 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..2c41f74d538f99c93b6d16ee6c3d18ea900fa9cd 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"; |
| +.function-prefix { |
|
lushnikov
2016/09/28 18:53:19
.object-value-functoin-prefix?
to be consistent w
kozy
2016/09/28 19:42:03
Done.
|
| color: rgb(170, 13, 145); |
| - padding-right: 5px; |
| } |
| .object-value-function { |