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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.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/sources/fileBasedSearchResultsPane.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css b/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
index 3c3df6ba032e5ee7147479b670a7ac08fd7211ae..d4ad56c9bca0792b021021b38ae8b36ab45ad7db 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
@@ -88,7 +88,7 @@ li.search-match .highlighted-match {
background-color: hsl(133, 100%, 30%) !important;
}
-.tree-outline a {
+.tree-outline .devtools-link {
text-decoration: none;
display: block;
flex: auto;

Powered by Google App Engine
This is Rietveld 408576698