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

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

Issue 1376463003: MD Downloads: change a lowercased, no-ink button to an <a> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « chrome/browser/resources/md_downloads/item.css ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 73d8db3ff34e9e15d4bfeca855f2292a33be3d19..21ef72d157a25d435047ab2fe419551397a60ecb 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -46,10 +46,8 @@
</template>
<div id="safe" class="controls" hidden$="[[isDangerous_]]">
- <template is="dom-if" if="[[completelyOnDisk_]]">
- <paper-button id="show" on-click="onShowClick_"
- lowercase noink>[[i18n_.show]]</paper-button>
- </template>
+ <a is="action-link" id="show" i18n-content="controlShowInFolder"
+ on-click="onShowClick_" hidden$="[[!completelyOnDisk_]]"></a>
<template is="dom-if" if="[[data_.retry]]">
<paper-button id="retry"
on-click="onRetryClick_">[[i18n_.retry]]</paper-button>
« no previous file with comments | « chrome/browser/resources/md_downloads/item.css ('k') | chrome/browser/resources/md_downloads/item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698