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

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

Issue 2889493002: [MD settings] removing secondary-button class (Closed)
Patch Set: Created 3 years, 7 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 00eafb332f2ed27b876b8bd692405edd92a84fc2..5fa98685724d17dbac6b22473870a7b652733466 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.html
+++ b/chrome/browser/resources/settings/site_settings/site_list.html
@@ -27,8 +27,7 @@
<div id="category">
<div class="settings-box first" hidden$="[[allSites]]">
<h2 class="start">[[categoryHeader]]</h2>
- <paper-button id="addSite"
- class="secondary-button header-aligned-button"
+ <paper-button id="addSite" class="header-aligned-button"
hidden="[[readOnlyList]]" on-tap="onAddSiteTap_">
$i18n{add}
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698