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

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

Issue 2172143002: MD History: Fix bottom shadow of synced device card when collapsed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2f86b62c4c92f051cf2fe79f783da0a64d98720d..f811ba14a7eb8f88099fcba310255ccb5e1bb52c 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -48,13 +48,13 @@
}
#collapse {
+ border-bottom: 1px solid var(--card-border-color);
overflow: hidden;
}
#history-item-container {
background: #fff;
border: 1px solid var(--card-border-color);
- border-bottom-width: 2px;
border-radius: 2px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698