| 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 e5cc31f1a615e7acbe5e9957878813a968441d21..988fa17e0b693775bb075113c6f20b9d71f4b5fc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -679,6 +679,7 @@ WebInspector.StylePropertiesSection = function(parentPane, matchedStyles, style)
|
| this.propertiesTreeOutline.element.classList.add("read-only");
|
| }
|
|
|
| + this._hoverableSelectorsMode = false;
|
| this._markSelectorMatches();
|
| this.onpopulate();
|
| }
|
|
|