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

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

Issue 2167043002: MD Settings: ensure <a is="action-link"> have no :hover underline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
index 2632a0eb3ecbfd2f9b6575fd3bd044cfead85965..89109a90eae59ed79953f63989d3f8901708c096 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html
@@ -9,6 +9,7 @@
<link rel="import" href="/settings_shared_css.html">
<dom-module id="settings-autofill-section">
+ <link rel="import" type="css" href="chrome://resources/css/action_link.css">
<template>
<style include="settings-shared passwords-shared">
.link-item {
@@ -119,6 +120,5 @@
<settings-credit-card-edit-dialog id="editCreditCardDialog">
</settings-credit-card-edit-dialog>
</template>
- <link rel="import" type="css" href="chrome://resources/css/action_link.css">
<script src="/passwords_and_forms_page/autofill_section.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698