Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 2674243004: DevTools: restore the style of expandable titles on console object previews (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698