OLD | NEW |
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> | 1 <link rel="import" href="../../../../packages/polymer/polymer.html"> |
2 <link rel="import" href="function_ref.html"> | 2 <link rel="import" href="function_ref.html"> |
3 <link rel="import" href="nav_bar.html"> | 3 <link rel="import" href="nav_bar.html"> |
4 <link rel="import" href="observatory_element.html"> | 4 <link rel="import" href="observatory_element.html"> |
5 <link rel="import" href="script_inset.html"> | 5 <link rel="import" href="script_inset.html"> |
6 <link rel="import" href="script_ref.html"> | 6 <link rel="import" href="script_ref.html"> |
7 | 7 |
8 <!-- TODO(turnidge): Use core-icon once core_elements work properly in | 8 <!-- TODO(turnidge): Use core-icon once core_elements work properly in |
9 devtools --> | 9 devtools --> |
10 <polymer-element name="icon-expand-less" noscript> | 10 <polymer-element name="icon-expand-less" noscript> |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 .textBox { | 217 .textBox { |
218 font: 400 16px 'Montserrat', sans-serif; | 218 font: 400 16px 'Montserrat', sans-serif; |
219 width: 100%; | 219 width: 100%; |
220 } | 220 } |
221 </style> | 221 </style> |
222 <input id="textBox" class="textBox" type="text" value="{{ text }}"> | 222 <input id="textBox" class="textBox" type="text" value="{{ text }}"> |
223 </template> | 223 </template> |
224 </polymer-element> | 224 </polymer-element> |
225 | 225 |
226 <script type="application/dart" src="debugger.dart"></script> | 226 <script type="application/dart" src="debugger.dart"></script> |
OLD | NEW |