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

Unified Diff: chrome/browser/resources/md_history/lazy_load.vulcanized.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/lazy_load.vulcanized.html
diff --git a/chrome/browser/resources/md_history/lazy_load.vulcanized.html b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
index bd024750f09f6cf67c21b6e990e95d234181af70..6fdf7a5f902f9b955232b7e48ab1a08de6754992 100644
--- a/chrome/browser/resources/md_history/lazy_load.vulcanized.html
+++ b/chrome/browser/resources/md_history/lazy_load.vulcanized.html
@@ -57,7 +57,7 @@ a {
border-bottom: 1px solid var(--card-border-color);
border-radius: 2px 2px 0 0;
display: flex;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 48px;
line-height: 48px;
@@ -72,7 +72,7 @@ a {
color: var(--md-loading-message-color);
display: flex;
flex: 1;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 100%;
justify-content: center;
@@ -559,7 +559,7 @@ a {
border-bottom: 1px solid var(--card-border-color);
border-radius: 2px 2px 0 0;
display: flex;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 48px;
line-height: 48px;
@@ -574,7 +574,7 @@ a {
color: var(--md-loading-message-color);
display: flex;
flex: 1;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 100%;
justify-content: center;
@@ -742,7 +742,7 @@ a {
border-bottom: 1px solid var(--card-border-color);
border-radius: 2px 2px 0 0;
display: flex;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 48px;
line-height: 48px;
@@ -757,7 +757,7 @@ a {
color: var(--md-loading-message-color);
display: flex;
flex: 1;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
height: 100%;
justify-content: center;
@@ -1344,7 +1344,7 @@ paper-ripple {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
- ;
+ font-size: var(--paper-tabs_-_font-size, 14px);
}
:host-context([dir=rtl]) {
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.crisper.js ('k') | chrome/browser/resources/md_history/shared_style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698