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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.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/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index 3a9182b9d13faf54d7499850dd7f13c186b58bc7..b0585ee50f550109743cc8331c811496ec8fa54c 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -226,7 +226,7 @@
white-space: nowrap;
}
-.styles-section .styles-section-subtitle a {
+.styles-section .styles-section-subtitle .devtools-link {
color: inherit;
}
@@ -238,7 +238,7 @@
color: #222;
}
-.styles-section .webkit-html-resource-link {
+.styles-section .devtools-link {
user-select: none;
}

Powered by Google App Engine
This is Rietveld 408576698