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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 1022213002: Add a cancel button to the details panel...visible when import is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 5 years, 9 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: ui/file_manager/file_manager/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index b1248a9a288484cdc9738888fdf37427773b991a..4a7cbc23f713eabd6f0cb8efaaa7704eff4b356b 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -402,6 +402,9 @@
<paper-button class="import" tabindex="-1">
<span i18n-content="CLOUD_IMPORT_COMMAND"></span>
</paper-button>
+ <paper-button class="cancel" tabindex="-1">
mtomasz 2015/03/23 00:28:36 nit: Why tabindex is -1?
Steve McKay 2015/03/23 16:20:49 Currently we excluded details panel from tab acces
+ <span i18n-content="CLOUD_IMPORT_CANCEL_COMMAND"></span>
+ </paper-button>
</div>
</paper-shadow>
</div>

Powered by Google App Engine
This is Rietveld 408576698