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

Unified Diff: Source/devtools/front_end/elements/PropertiesWidget.js

Issue 1163923004: Devtools: Fix appearance of PropertiesWidget in ElementPanel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | Source/devtools/front_end/elements/elementsPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/elements/PropertiesWidget.js
diff --git a/Source/devtools/front_end/elements/PropertiesWidget.js b/Source/devtools/front_end/elements/PropertiesWidget.js
index 3a0600bd368be46012f70829050a7dcebf3e0a4f..d38a5e40b9f97458e94ba5df8a65d4feedefa5de 100644
--- a/Source/devtools/front_end/elements/PropertiesWidget.js
+++ b/Source/devtools/front_end/elements/PropertiesWidget.js
@@ -156,6 +156,7 @@ WebInspector.PropertiesWidget.prototype = {
var title = prototype.description;
title = title.replace(/Prototype$/, "");
var section = new WebInspector.ObjectPropertiesSection(prototype, title);
+ section.element.classList.add("properties-widget-section");
this.sections.push(section);
this.element.appendChild(section.element);
if (expanded[this.sections.length - 1])
« no previous file with comments | « no previous file | Source/devtools/front_end/elements/elementsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698