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

Unified Diff: chrome/browser/resources/md_history/synced_device_card.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/synced_device_card.html
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
index 33f06cdadc1c87df20c672baf91233f9b8d3b171..b02316a231322f6c18a128064479b96d13851a01 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -41,11 +41,12 @@
}
#last-update-time {
- color: #969696;
+ color: var(--secondary-text-color);
}
#dropdown-indicator {
-webkit-margin-end: 12px;
+ color: var(--secondary-text-color);
height: 20px;
width: 20px;
}
@@ -58,6 +59,7 @@
background: #fff;
border: 1px solid var(--card-border-color);
border-bottom-width: 2px;
+ border-radius: 2px;
max-width: var(--card-max-width);
min-width: var(--card-min-width);
width: 100%;
@@ -66,7 +68,7 @@
#item-container {
@apply(--layout-center);
@apply(--layout-horizontal);
- min-height: 40px;
+ min-height: var(--item-height);
}
#window-separator {
« no previous file with comments | « chrome/browser/resources/md_history/shared_style.html ('k') | chrome/browser/resources/md_history/synced_device_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698