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

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: fix LocalJSON object description Created 6 years, 4 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 ab1e5bdba4a56e576a4dd067e9d739b7f53251c3..85b057e7efc12b63eb4d2ecfdc8ec46eb11b8eac 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -1156,6 +1156,8 @@ ol.watch-expressions > li.hovered {
}
.console-formatted-object,
+.console-formatted-map,
+.console-formatted-set,
.console-formatted-node,
.console-formatted-array {
position: relative;
@@ -1169,6 +1171,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;
@@ -1179,6 +1183,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;
}
@@ -1735,7 +1741,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);
}

Powered by Google App Engine
This is Rietveld 408576698