| Index: Source/devtools/front_end/elementsTreeOutline.css
|
| diff --git a/Source/devtools/front_end/elementsTreeOutline.css b/Source/devtools/front_end/elementsTreeOutline.css
|
| index 49d9918cc8436e9d138cff62d3fbfc8a29b00122..162c8076684357991d8953056e97fb82ac21d1aa 100644
|
| --- a/Source/devtools/front_end/elementsTreeOutline.css
|
| +++ b/Source/devtools/front_end/elementsTreeOutline.css
|
| @@ -256,4 +256,8 @@ body.inactive button.text-button, .text-button:disabled {
|
|
|
| .pick-node-mode {
|
| cursor: pointer;
|
| -}
|
| +}
|
| +
|
| +.webkit-html-attribute-value a {
|
| + cursor: default !important;
|
| +}
|
|
|