| 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 3388268d2e7f16bb7ff53c944dd0dab07658b4e8..73894fbcdc9339a9448906f096cef4b1ac99002e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -1254,9 +1254,6 @@ Elements.StylePropertiesSection = class {
|
| if (this._checkWillCancelEditing())
|
| return;
|
|
|
| - if (event.target.enclosingNodeOrSelfWithNodeName('a'))
|
| - return;
|
| -
|
| if (event.target.classList.contains('header') || this.element.classList.contains('read-only') ||
|
| event.target.enclosingNodeOrSelfWithClass('media')) {
|
| event.consume();
|
|
|