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

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

Issue 2620613003: MD History: Replace px-based font sizes with %-based sizing (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
Index: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index d7d3a5f6dbc8754799d5be0bc42aa609a5128699..b74503b81b4451b8efa76afc9f1fe6820cde2bc3 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -108,6 +108,9 @@
paper-tabs {
/* TODO(tsergeant): Align tabs with cards. */
+ --paper-tabs: {
+ font-size: inherit;
+ };
--paper-tabs-selection-bar-color: #fff;
-webkit-margin-start: 32px;
height: calc(var(--toolbar-grouped-height) - var(--toolbar-height));
@@ -116,7 +119,6 @@
paper-tab {
--paper-tab-ink: rgba(255, 255, 255, 0.4);
- font-size: 13px;
text-transform: uppercase;
}
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/lazy_load.crisper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698