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

Unified Diff: chrome/browser/resources/md_history/app.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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 30b519ff8501d57bc1c252474c4aecf130f0b840..ab68c0b5595e8bf3a604a126c9d89bd13b8f70ba 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -2133,7 +2133,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;
@@ -2148,7 +2148,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;
@@ -2217,7 +2217,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;
@@ -2232,7 +2232,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;
@@ -2363,7 +2363,8 @@ paper-button {
}
paper-tabs {
- --paper-tabs-selection-bar-color: #fff;
+ --paper-tabs_-_font-size: apply-shim-inherit;;
+ --paper-tabs-selection-bar-color: #fff;
-webkit-margin-start: 32px;
height: calc(var(--toolbar-grouped-height) - var(--toolbar-height));
min-width: 300px;
@@ -2371,7 +2372,6 @@ paper-tabs {
paper-tab {
--paper-tab-ink: rgba(255, 255, 255, 0.4);
- font-size: 13px;
text-transform: uppercase;
}
@@ -2731,7 +2731,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;
@@ -2746,7 +2746,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;
@@ -3036,7 +3036,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;
@@ -3051,7 +3051,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;
@@ -3142,7 +3142,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;
@@ -3157,7 +3157,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;
@@ -3450,7 +3450,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;
@@ -3465,7 +3465,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;
@@ -3566,7 +3566,7 @@ iron-selector > a {
color: inherit;
cursor: pointer;
display: flex;
- font-size: 14px;
+ font-size: 108%;
font-weight: 500;
min-height: 48px;
position: relative;
@@ -3637,7 +3637,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;
@@ -3652,7 +3652,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;
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698