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..f80d774910fc715a56193516cfdd3912e16a9523 100644 |
--- a/chrome/browser/resources/settings/people_page/fingerprint_list.html |
+++ b/chrome/browser/resources/settings/people_page/fingerprint_list.html |
@@ -22,7 +22,10 @@ |
.add-link { |
background-color: transparent; |
color: var(--google-blue-500); |
- padding: 0; |
+ } |
+ |
+ .add-link[focused] { |
+ color: white; |
} |
dschuyler
2017/06/06 18:58:39
This may be a fine change, but I'm missing how it
scottchen
2017/06/06 22:33:12
It's not related, I'll remove it from this CL for
|
.add-link[disabled] { |
@@ -55,9 +58,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> |