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

Unified Diff: third_party/WebKit/Source/devtools/front_end/css_tracker/unusedRulesTree.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/css_tracker/unusedRulesTree.css
diff --git a/third_party/WebKit/Source/devtools/front_end/css_tracker/unusedRulesTree.css b/third_party/WebKit/Source/devtools/front_end/css_tracker/unusedRulesTree.css
index cf5e92ebc6f79e9df9061784a47ede4936be95b8..e6bdc7532c641f9da4c2a1e510f06929d237f497 100644
--- a/third_party/WebKit/Source/devtools/front_end/css_tracker/unusedRulesTree.css
+++ b/third_party/WebKit/Source/devtools/front_end/css_tracker/unusedRulesTree.css
@@ -18,7 +18,6 @@
}
.rule-result {
- font-size: 11px;
padding: 2px 0 2px 4px;
word-wrap: normal;
white-space: pre;
@@ -43,7 +42,6 @@ li.show-more-matches {
padding: 4px 0;
color: #222;
cursor: pointer;
- font-size: 11px;
margin-left: 20px;
}

Powered by Google App Engine
This is Rietveld 408576698