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

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

Issue 694753002: DevTools: Show preview for ES6 MapIterator, SetIterator in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 40c897dd35746ffe86870331aa57eee6a5fd7932..7ed9328aef36b9b2cc005cceac79b71b3b5453fd 100644
--- a/Source/devtools/front_end/inspectorStyle.css
+++ b/Source/devtools/front_end/inspectorStyle.css
@@ -1125,6 +1125,7 @@ ol.watch-expressions > li.hovered {
.console-formatted-object,
.console-formatted-map,
.console-formatted-set,
+.console-formatted-iterator,
.console-formatted-node,
.console-formatted-array {
position: relative;
@@ -1140,6 +1141,7 @@ ol.watch-expressions > li.hovered {
.console-formatted-object .section,
.console-formatted-map .section,
.console-formatted-set .section,
+.console-formatted-iterator .section,
.console-formatted-node .section,
.console-formatted-array .section {
position: static;
@@ -1152,6 +1154,7 @@ ol.watch-expressions > li.hovered {
.console-formatted-object .properties,
.console-formatted-map .properties,
.console-formatted-set .properties,
+.console-formatted-iterator .properties,
.console-formatted-node .properties {
padding-left: 0 !important;
}

Powered by Google App Engine
This is Rietveld 408576698