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

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

Issue 1262063003: Devtools UI: Remove redundant tooltips (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/elements/StylesSidebarPane.js
diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js
index e4d3addabe2e77f2f5c65d5d925fc0f02fd7c4ca..0e52f24b126aebec7eb9b2456ac67704657c9b52 100644
--- a/Source/devtools/front_end/elements/StylesSidebarPane.js
+++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
@@ -2282,7 +2282,6 @@ WebInspector.StylePropertyTreeElement.prototype = {
this.listItemElement.removeChildren();
this.nameElement = propertyRenderer.renderName();
- this.nameElement.title = this.property.propertyText;
paulirish 2015/08/03 16:26:20 If someone has forced colors to render as HSL, the
this.valueElement = propertyRenderer.renderValue();
if (!this.treeOutline)
return;

Powered by Google App Engine
This is Rietveld 408576698