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

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

Issue 2649153005: DevTools: convert datagrid and network waterfall sort icons to UI.Icon (Closed)
Patch Set: rebaseline Created 3 years, 11 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: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
index 9cb007d04cda3049c167b6ef1c689d785c290b6b..e3b37fa2789c89cda32813bd928859dd765432b5 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
+++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
@@ -2127,7 +2127,7 @@ Elements.StylePropertyTreeElement = class extends UI.TreeElement {
_updateExpandElement() {
if (this.expanded)
- this._expandElement.setIconType('smallicon-triangle-bottom');
+ this._expandElement.setIconType('smallicon-triangle-down');
else
this._expandElement.setIconType('smallicon-triangle-right');
}

Powered by Google App Engine
This is Rietveld 408576698