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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_entry.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 | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_entry.js » ('j') | 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_entry.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
index d90eb7e3e15f652a0be4c3f2590098d3e3f0435c..ed4eef1278209fede0c877e533a3e082b5d9e1c0 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_entry.html
@@ -21,7 +21,8 @@
<div class="list-frame">
<template is="dom-repeat" items="[[model.subnodes]]">
<settings-certificate-subentry model="[[item]]"
- certificate-type="[[certificateType]]">
+ certificate-type="[[certificateType]]"
+ is-last$="[[isLast_(index, model)]]">
</settings-certificate-subentry>
</template>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/certificate_manager_page/certificate_entry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698