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

Unified Diff: chrome/browser/resources/md_downloads/item.html

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: add comment for action_link_css Created 3 years, 11 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/md_downloads/item.html
diff --git a/chrome/browser/resources/md_downloads/item.html b/chrome/browser/resources/md_downloads/item.html
index c54bd384b39f734afece7e81603044abac3b9e4f..6cb92397324ca6cd20cdf6465ad58423d3c8b6cb 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -1,4 +1,6 @@
<link rel="import" href="chrome://resources/html/action_link.html">
+<!-- "action_link_css.html" replaces "action_link.css" for MD pages. -->
+<link rel="import" href="chrome://resources/html/action_link_css.html">
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html">
@@ -13,7 +15,7 @@
<dom-module id="downloads-item">
<template>
- <style>
+ <style include="action-link">
:host {
display: flex;
flex-direction: column;
@@ -315,6 +317,5 @@
</div>
</template>
- <link rel="import" type="css" href="chrome://resources/css/action_link.css">
<script src="chrome://downloads/item.js"></script>
</dom-module>

Powered by Google App Engine
This is Rietveld 408576698