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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

Issue 2037833002: [MD Settings Passwords] Make password exceptions copy-able. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index 6e321d89fbcdf8b2979b0e257970561a2a5a2a36..fe50a2bd1da74db413f1c86c1571dd0de64d9254 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -101,13 +101,15 @@
class="vertical-list list-section item-list">
<template>
<div class="list-item two-line">
- <a id="exception" href="[[item.linkUrl]]" target="_blank"
- class="start list-link">[[item.exceptionUrl]]</a>
- <paper-icon-button id="removeExceptionButton"
- icon="cr:close" on-tap="onRemoveExceptionButtonTap_"
- tabindex$="[[tabIndex]]"
- alt="$i18n{deletePasswordException}">
- </paper-icon-button>
+ <div class="start">
+ <a id="exception" href="[[item.linkUrl]]" target="_blank"
+ class="list-link selectable">[[item.exceptionUrl]]</a>
+ </div>
+ <paper-icon-button id="removeExceptionButton"
+ icon="cr:close" on-tap="onRemoveExceptionButtonTap_"
+ tabindex$="[[tabIndex]]"
+ alt="$i18n{deletePasswordException}">
+ </paper-icon-button>
</div>
</template>
</iron-list>
« 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