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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css

Issue 2527763003: [DevTools] Turn links into spans to prevent default behavior. (Closed)
Patch Set: fixed comments Created 4 years, 1 month 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: third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
index ed0b17cac7085d51d8053438669e7ba2ca8f87be..8edd0db6ed77595fd364807a87774cfe7945b473 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css
@@ -241,10 +241,6 @@ button, input, select {
white-space: nowrap;
}
-.webkit-html-attribute-value a {
- cursor: default !important;
-}
-
.elements-tree-nowrap, .elements-tree-nowrap .li {
white-space: pre !important;
}
@@ -315,8 +311,7 @@ ol:focus li.selected .webkit-html-tag {
ol:focus li.selected .webkit-html-tag-name,
ol:focus li.selected .webkit-html-close-tag-name,
ol:focus li.selected .webkit-html-attribute-value,
-ol:focus li.selected .webkit-html-external-link,
-ol:focus li.selected .webkit-html-resource-link {
+ol:focus li.selected .devtools-link {
color: white;
}

Powered by Google App Engine
This is Rietveld 408576698