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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_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/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..d58a5289e75fab47dc242e2b68bd7fbb48c7e24b 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
@@ -9,6 +9,8 @@
<link rel="import" href="/settings_shared_css.html">
<dom-module id="passwords-section">
+ <!-- action_link.css is needed for the |managePasswordsLabel| link -->
+ <link rel="import" type="css" href="chrome://resources/css/action_link.css">
<template>
<style include="settings-shared passwords-shared">
#manageLink {
@@ -118,7 +120,5 @@
</template>
</iron-list>
</template>
- <!-- action_link.css is needed for the |managePasswordsLabel| link -->
- <link rel="import" type="css" href="chrome://resources/css/action_link.css">
<script src="/passwords_and_forms_page/passwords_section.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698