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

Unified Diff: Source/devtools/front_end/elementsTreeOutline.css

Issue 661103002: DevTools: make web component anchor handling go the generic route. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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: 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;
+}

Powered by Google App Engine
This is Rietveld 408576698