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

Unified Diff: appengine/config_service/ui/src/config-ui/config-set.html

Issue 2990993002: config_service: change icon for force refresh to make it less ambiguous (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/src/config-ui/config-set.html
diff --git a/appengine/config_service/ui/src/config-ui/config-set.html b/appengine/config_service/ui/src/config-ui/config-set.html
index f442d03437c8394bfa2e31a3158507d341092cd5..177bb00a88773ca26259aa2cb49f9631f8123202 100644
--- a/appengine/config_service/ui/src/config-ui/config-set.html
+++ b/appengine/config_service/ui/src/config-ui/config-set.html
@@ -104,7 +104,7 @@
</template>
<template is="dom-if" if="[[auth_headers]]">
<paper-icon-button id="force-refresh"
- icon="icons:refresh"
+ icon="icons:file-download"
on-tap="_forceRefresh">
</paper-icon-button>
<paper-tooltip for="force-refresh" offset="0">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698