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

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

Issue 2639373002: MD Settings: clean up text controls (links, buttons) (Closed)
Patch Set: move action_link specific stuff to resources/html/action_link_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 c54bd384b39f734afece7e81603044abac3b9e4f..629782e6ded7143f6a5698d5329c00cb95a899c3 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -1,4 +1,5 @@
<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">
@@ -13,7 +14,7 @@
<dom-module id="downloads-item">
<template>
- <style>
+ <style include="action-link">
:host {
display: flex;
flex-direction: column;
@@ -315,6 +316,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