| 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');
|
| }
|
|
|