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

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

Issue 2651083002: DevTools: do not override font size to 11px (Closed)
Patch Set: more 11pxs Created 3 years, 11 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: 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 bb91341867899e87e7b3901d7e83ce01f57b6fac..a8510b04d1a4b2c00b5a71dcee24acd1bea357a5 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/fileBasedSearchResultsPane.css
@@ -17,8 +17,11 @@
padding: 0;
}
+.tree-outline li {
+ height: 16px;
+}
+
li.search-result {
- font-size: 11px;
padding: 2px 0 2px 4px;
word-wrap: normal;
white-space: pre;
@@ -44,7 +47,6 @@ li.show-more-matches {
padding: 4px 0;
color: #222;
cursor: pointer;
- font-size: 11px;
margin-left: 20px;
}
@@ -55,7 +57,6 @@ li.show-more-matches:hover {
li.search-match {
word-wrap: normal;
white-space: pre;
- min-height: 12px;
}
li.search-match::before {
@@ -67,8 +68,7 @@ li.search-match .search-match-line-number {
text-align: right;
vertical-align: top;
word-break: normal;
- padding-right: 4px;
- padding-left: 6px;
+ padding: 2px 4px 2px 6px;
margin-right: 5px;
border-right: 1px solid #BBB;
}

Powered by Google App Engine
This is Rietveld 408576698