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

Unified Diff: Source/devtools/front_end/inspectorStyle.css

Issue 512003003: DevTools: Show preview in console of ES6 Map, Set, WeakMap and WeakSet entries. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed dbg tests Created 6 years, 3 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
Index: Source/devtools/front_end/inspectorStyle.css
diff --git a/Source/devtools/front_end/inspectorStyle.css b/Source/devtools/front_end/inspectorStyle.css
index 4e05effe4a6f9eb42b01763bbb6316031a95993d..4bbb2f6e7bd513eaba81fc5a76ed077a9b1a72f9 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -1161,6 +1161,8 @@ ol.watch-expressions > li.hovered {
}
.console-formatted-object,
+.console-formatted-map,
+.console-formatted-set,
.console-formatted-node,
.console-formatted-array {
position: relative;
@@ -1174,6 +1176,8 @@ ol.watch-expressions > li.hovered {
}
.console-formatted-object .section,
+.console-formatted-map .section,
+.console-formatted-set .section,
.console-formatted-node .section,
.console-formatted-array .section {
position: static;
@@ -1184,6 +1188,8 @@ ol.watch-expressions > li.hovered {
}
.console-formatted-object .properties,
+.console-formatted-map .properties,
+.console-formatted-set .properties,
.console-formatted-node .properties {
padding-left: 0 !important;
}
@@ -1740,7 +1746,7 @@ li.editing-sub-part .delete-button {
.section .properties .name,
.event-properties .name,
-.console-formatted-object .name {
+.console-object-preview .name {
color: rgb(136, 19, 145);
}
« no previous file with comments | « Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | Source/devtools/front_end/sdk/RemoteObject.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698