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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css

Issue 2365643003: [DevTools] Fix search results hover and click area. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
index 2eac71d5c2ac16ab8f43f97448b3dade1e387ee0..35eaca7bce8042739cd4c3f21b7bc12c99bbba8e 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
@@ -105,6 +105,10 @@
flex: auto;
}
+.search-view .search-results > div {
+ flex: auto;
+}
+
.search-results .empty-view {
pointer-events: none;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698