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

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

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: move comment about action_link_css to action_likn_css.html 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 d1b4ec0ab8fd2ed47ffd69a94b3634b5f663ac05..98d711f9b76352f1b5d7bde5ea973648ec78c693 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -1,5 +1,6 @@
<link rel="import" href="chrome://resources/cr_elements/icons.html">
<link rel="import" href="chrome://resources/html/action_link.html">
+<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">
@@ -14,7 +15,7 @@
<dom-module id="downloads-item">
<template>
- <style>
+ <style include="action-link">
:host {
display: flex;
flex-direction: column;
@@ -316,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>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/stylus.html » ('j') | ui/webui/resources/html/action_link_css.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698