| 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 5cb2499b096c11804b0c4dc3c192177cc0d5d47d..0fbe1b4d5ffeb435b3dc4954f1b81b5666ed77be 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
|
| @@ -292,6 +292,7 @@
|
| .console-object-preview {
|
| white-space: normal;
|
| word-wrap: break-word;
|
| + font-style: italic;
|
| }
|
|
|
| .console-object-preview .name {
|
| @@ -345,6 +346,10 @@
|
| content: "i";
|
| }
|
|
|
| +.console-view-object-properties-section:not(.expanded) .info-note {
|
| + display: none;
|
| +}
|
| +
|
| .console-view-object-properties-section {
|
| padding: 0px;
|
| }
|
|
|