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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html

Issue 1856923002: MD Settings: Certificate manager, remove border from last certificate entry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use more CSS, less JS. Created 4 years, 8 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 | « chrome/browser/resources/settings/certificate_manager_page/certificate_entry.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
index d8bf86938a68299e75fa9e3674682a73628233bb..74b0d5e5be872d5958f8b0d6a528f9782cbc3cc0 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_subentry.html
@@ -31,6 +31,10 @@
paper-item:hover {
background-color: var(--settings-hover-color);
}
+
+ :host([is-last]) .list-item {
+ border-bottom: none;
+ }
</style>
<div class="list-item underbar">
<div class="untrusted" hidden$="[[!model.untrusted]]">
« no previous file with comments | « chrome/browser/resources/settings/certificate_manager_page/certificate_entry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698