| 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 822bc5d1d44385c5258dca510f24d998e0e927a6..21ec1a5d9d695ce5c3d1a3f8985082e0c3f4eaff 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
|
| @@ -43,15 +43,6 @@
|
| -webkit-user-select: text;
|
| }
|
|
|
| - .list-link {
|
| - color: black;
|
| - text-decoration: none;
|
| - }
|
| -
|
| - .list-link:hover {
|
| - text-decoration: underline;
|
| - }
|
| -
|
| .menu-item {
|
| @apply(--settings-actionable);
|
| }
|
| @@ -73,7 +64,7 @@
|
| <template>
|
| <div class="list-item">
|
| <div class="website-column">
|
| - <a id="originUrl" target="_blank" class="list-link selectable"
|
| + <a id="originUrl" target="_blank" class="selectable"
|
| href="[[item.linkUrl]]">[[item.loginPair.originUrl]]</a>
|
| </div>
|
| <div class="username-column selectable"
|
| @@ -107,7 +98,7 @@
|
| <div class="list-item two-line">
|
| <div class="start">
|
| <a id="exception" href="[[item.linkUrl]]" target="_blank"
|
| - class="list-link selectable">[[item.exceptionUrl]]</a>
|
| + class="selectable">[[item.exceptionUrl]]</a>
|
| </div>
|
| <paper-icon-button id="removeExceptionButton"
|
| icon="cr:close" on-tap="onRemoveExceptionButtonTap_"
|
|
|