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

Unified Diff: chrome/browser/resources/settings/people_page/fingerprint_list.html

Issue 2848973003: MD Settings: convert paper-icon-button to paper-icon-button-light. (Closed)
Patch Set: move unrelated fix to another CL Created 3 years, 6 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/people_page/fingerprint_list.html
diff --git a/chrome/browser/resources/settings/people_page/fingerprint_list.html b/chrome/browser/resources/settings/people_page/fingerprint_list.html
index 46be8a440cdd21e88c54e76acd7555ce84b513a2..fc7147ded57f18a43cc0c8fe3387d57f15752617 100644
--- a/chrome/browser/resources/settings/people_page/fingerprint_list.html
+++ b/chrome/browser/resources/settings/people_page/fingerprint_list.html
@@ -22,7 +22,6 @@
.add-link {
background-color: transparent;
color: var(--google-blue-500);
- padding: 0;
}
.add-link[disabled] {
@@ -55,9 +54,8 @@
<paper-input value="{{item}}"
on-change="onFingerprintLabelChanged_">
</paper-input>
- <button is="paper-icon-button-light"
+ <button is="paper-icon-button-light" class="icon-delete"
on-tap="onFingerprintDeleteTapped_">
- <iron-icon icon="cr:delete"></iron-icon>
</button>
</div>
</template>

Powered by Google App Engine
This is Rietveld 408576698