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

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: add missing files 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/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 be274800f322d2036c7cff3842e25f70475a3294..e0883dccc2d4bb3ee6055fb111749b30fac98e87 100644
--- a/chrome/browser/resources/settings/people_page/fingerprint_list.html
+++ b/chrome/browser/resources/settings/people_page/fingerprint_list.html
@@ -18,7 +18,10 @@
.add-link {
background-color: transparent;
color: var(--google-blue-500);
- padding: 0;
+ }
+
+ .add-link[focused] {
Dan Beam 2017/05/23 16:36:22 what's going on here?
scottchen 2017/05/27 00:18:03 There was a really weird visual where when the but
+ color: white;
}
.add-link[disabled] {
@@ -51,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