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

Side by Side Diff: ui/webui/resources/cr_elements/cr_expand_button/cr_expand_button.html

Issue 1947533002: Material WebUI: create shared icon file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fix Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/cr_icons.html">
1 <link rel="import" href="chrome://resources/html/polymer.html"> 2 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
4 4
5 <dom-module id="cr-expand-button"> 5 <dom-module id="cr-expand-button">
6 <link rel="import" type="css" href="chrome://resources/cr_elements/shared.css" > 6 <link rel="import" type="css" href="chrome://resources/cr_elements/shared.css" >
7 <link rel="import" type="css" href="cr_expand_button.css"> 7 <link rel="import" type="css" href="cr_expand_button.css">
8 <template> 8 <template>
9 <content></content> 9 <content></content>
10 <paper-icon-button toggles active="{{expanded}}" disabled="[[disabled]]" 10 <paper-icon-button toggles active="{{expanded}}" disabled="[[disabled]]"
11 icon="[[iconName_(expanded)]]"> 11 icon="cr-icons:[[iconName_(expanded)]]">
12 </paper-icon-button> 12 </paper-icon-button>
13 </template> 13 </template>
14 <script src="cr_expand_button.js"></script> 14 <script src="cr_expand_button.js"></script>
15 </dom-module> 15 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_list.js ('k') | ui/webui/resources/cr_elements/cr_icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698