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

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

Issue 2206363003: [MD History] Use proper shadows for cards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_rounding
Patch Set: address comment, fix test Created 4 years, 4 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 570ad9195e61aa3b63a1ceb359cad05ede07dbb6..163e094420f9ac4b28f2acfbae0a9bf84ec85121 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -50,13 +50,12 @@
}
#collapse {
- border-bottom: 1px solid var(--card-border-color);
overflow: hidden;
}
#history-item-container {
+ @apply(--card-box-shadow);
background: #fff;
- border: 1px solid var(--card-border-color);
border-radius: 2px;
}

Powered by Google App Engine
This is Rietveld 408576698