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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.html

Issue 2849663002: [MD settings] replace secondary-action with separator (Closed)
Patch Set: set upstream Created 3 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
Index: chrome/browser/resources/settings/site_settings/site_list.html
diff --git a/chrome/browser/resources/settings/site_settings/site_list.html b/chrome/browser/resources/settings/site_settings/site_list.html
index 05643257199466bfedc020ba614f8ef62c965048..7f0b6be686383ea97c133d9b632400126c989074 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -80,10 +80,7 @@
aria-label$="[[item.displayName]]"
aria-describedby="siteDescription"></button>
</div>
- <!-- This div is intentionally empty. It creates a vertical grey
- bar. This can be merged into the html that follows this
- template after the |enableSiteSettings_| is removed. -->
- <div class="secondary-action"></div>
+ <div class="separator"></div>
</template>
</div>
<template is="dom-if" if="[[item.controlledBy]]">

Powered by Google App Engine
This is Rietveld 408576698