| Index: third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| index 976ba2047c96faaf3edce159c216375f0fc0fdff..97d28298a5e1318cfe9af540bfd357a3b1ef32ab 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| @@ -288,6 +288,7 @@
|
| .console-object-preview {
|
| white-space: normal;
|
| word-wrap: break-word;
|
| + font-style: italic;
|
| }
|
|
|
| .console-object-preview .name {
|
| @@ -341,6 +342,10 @@
|
| content: "i";
|
| }
|
|
|
| +.console-view-object-properties-section:not(.expanded) .info-note {
|
| + display: none;
|
| +}
|
| +
|
| .console-view-object-properties-section {
|
| padding: 0px;
|
| }
|
|
|