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

Unified Diff: chrome/browser/resources/md_history/side_bar.html

Issue 2663053003: MD History: Change sidebar font size (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/side_bar.html
diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html
index 373009e25cd1ba851ffb44fdbd04eb980b37c34f..79a518043d087703c7a2ee4f562590e31355fac2 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -49,7 +49,6 @@
}
iron-selector > a {
- @apply(--paper-font-subhead);
/* Ensure the focus outline appears correctly (crbug.com/655503). */
-webkit-margin-end: 4px;
-webkit-padding-start: 24px;
@@ -58,9 +57,8 @@
color: inherit;
cursor: pointer;
display: flex;
- font-size: 108%;
font-weight: 500;
- min-height: 48px;
+ min-height: 40px;
position: relative;
text-decoration: none;
}
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698