OLD | NEW |
1 <link rel="import" href="chrome://resources/html/action_link.html"> | 1 <link rel="import" href="chrome://resources/html/action_link.html"> |
2 <link rel="import" href="chrome://resources/html/cr.html"> | 2 <link rel="import" href="chrome://resources/html/cr.html"> |
3 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> | 3 <link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> |
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h
tml"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h
tml"> |
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-behaviors/paper-i
nky-focus-behavior.html"> | 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-behaviors/paper-i
nky-focus-behavior.html"> |
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> | 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt
on.html"> |
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr
ogress.html"> | 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-pr
ogress.html"> |
9 <link rel="import" href="chrome://downloads/action_service.html"> | 9 <link rel="import" href="chrome://downloads/action_service.html"> |
10 <link rel="import" href="chrome://downloads/constants.html"> | 10 <link rel="import" href="chrome://downloads/constants.html"> |
11 <link rel="import" href="chrome://downloads/i18n.html"> | 11 <link rel="import" href="chrome://downloads/i18n_setup.html"> |
12 | 12 |
13 <dom-module id="inky-text-button"> | 13 <dom-module id="inky-text-button"> |
14 <template><content></content></template> | 14 <template><content></content></template> |
15 <style> | 15 <style> |
16 :host { | 16 :host { |
17 -webkit-user-select: none; | 17 -webkit-user-select: none; |
18 cursor: pointer; | 18 cursor: pointer; |
19 display: inline-block; | 19 display: inline-block; |
20 outline: none; | 20 outline: none; |
21 position: relative; | 21 position: relative; |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 <div id="incognito" i18n-values="title:inIncognito" | 113 <div id="incognito" i18n-values="title:inIncognito" |
114 hidden="[[!data.otr]]"></div> | 114 hidden="[[!data.otr]]"></div> |
115 </div> | 115 </div> |
116 | 116 |
117 </template> | 117 </template> |
118 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> | 118 <link rel="import" type="css" href="chrome://resources/css/action_link.css"> |
119 <link rel="import" type="css" href="chrome://downloads/shared_style.css"> | 119 <link rel="import" type="css" href="chrome://downloads/shared_style.css"> |
120 <link rel="import" type="css" href="chrome://downloads/item.css"> | 120 <link rel="import" type="css" href="chrome://downloads/item.css"> |
121 <script src="chrome://downloads/item.js"></script> | 121 <script src="chrome://downloads/item.js"></script> |
122 </dom-module> | 122 </dom-module> |
OLD | NEW |