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

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

Issue 2165183002: MD Settings: remove special-casing of links on passwords page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asd Created 4 years, 5 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 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_"
« 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