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

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

Issue 2123683002: MD History: Address design nits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 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/shared_style.html
diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
index 5c03ac0677e6d64a8d8040c01cf499cf2ab61bbd..c57d0bf0607887976333ce31701bd6f504e7bd1b 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -9,6 +9,9 @@
--card-padding-between: 20px;
--card-padding-side: 24px;
--first-card-padding-top: 24px;
+ --item-height: 44px;
+ --primary-text-color: #333;
+ --secondary-text-color: #757575;
--side-bar-width: 256px;
--toolbar-grouped-height: 101px;
--toolbar-height: 56px;
@@ -22,10 +25,9 @@
@apply(--layout-center);
@apply(--layout-horizontal);
-webkit-padding-start: 20px;
- background: #fafafa;
border-bottom: 1px solid var(--card-border-color);
border-radius: 2px 2px 0 0;
- color: #333;
+ color: var(--primary-text-color);
font-size: 14px;
font-weight: 500;
height: 48px;
@@ -51,7 +53,7 @@
}
.website-title {
- color: #333;
+ color: var(--primary-text-color);
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | chrome/browser/resources/md_history/synced_device_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698