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

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

Issue 2234433002: [MD settings] button container to list button in site settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« 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/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 9a2e67e7ceb29fc29e346166c2e15508e02708ce..bf252f7e35612f3a3846e8f1045ef6a9031eb263 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -26,14 +26,6 @@
right: 8px;
}
- .button-container {
- -webkit-margin-start: -4px;
- }
-
- .no-upper {
- text-transform: none;
- }
-
.selectable {
-webkit-user-select: text;
}
@@ -100,11 +92,8 @@
</template>
<template is="dom-if" if="[[!allSites]]">
- <div class="button-container">
- <paper-button on-tap="onAddSiteTap_"
- class="primary-button no-upper">
- $i18n{addSiteLink}
- </paper-button>
+ <div class="list-item list-button" on-tap="onAddSiteTap_">
+ $i18n{addSiteLink}
</div>
</template>
</div>
« 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