| OLD | NEW |
| 1 <html><head><!-- | 1 <html><head><!-- |
| 2 @license | 2 @license |
| 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2016 The Polymer Project Authors. All rights reserved. |
| 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt | 4 This code may only be used under the BSD style license found at http://polymer.g
ithub.io/LICENSE.txt |
| 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt |
| 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt | 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI
BUTORS.txt |
| 7 Code distributed by Google as part of the polymer project is also | 7 Code distributed by Google as part of the polymer project is also |
| 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt | 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN
TS.txt |
| 9 --><!-- | 9 --><!-- |
| 10 @license | 10 @license |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 | 406 |
| 407 :host([disabled]) { | 407 :host([disabled]) { |
| 408 color: #9b9b9b; | 408 color: #9b9b9b; |
| 409 pointer-events: none; | 409 pointer-events: none; |
| 410 cursor: auto; | 410 cursor: auto; |
| 411 } | 411 } |
| 412 | 412 |
| 413 paper-ripple { | 413 paper-ripple { |
| 414 opacity: 0.6; | 414 opacity: 0.6; |
| 415 color: currentColor; | 415 color: currentColor; |
| 416 ; | |
| 417 } | 416 } |
| 418 | 417 |
| 419 </style> | 418 </style> |
| 420 <content></content> | 419 <content></content> |
| 421 </template> | 420 </template> |
| 422 </dom-module> | 421 </dom-module> |
| 423 <dom-module id="history-synced-device-card" assetpath="chrome://history/" css-bu
ild="shadow"> | 422 <dom-module id="history-synced-device-card" assetpath="chrome://history/" css-bu
ild="shadow"> |
| 424 <template> | 423 <template> |
| 425 <style scope="history-synced-device-card">[hidden] { | 424 <style scope="history-synced-device-card">[hidden] { |
| 426 display: none !important; | 425 display: none !important; |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1275 <content select="*"></content> | 1274 <content select="*"></content> |
| 1276 </div> | 1275 </div> |
| 1277 </div> | 1276 </div> |
| 1278 | 1277 |
| 1279 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> | 1278 <paper-icon-button icon="paper-tabs:chevron-right" class$="[[_computeScrollB
uttonClass(_rightHidden, scrollable, hideScrollButtons)]]" on-up="_onScrollButto
nUp" on-down="_onRightScrollButtonDown" tabindex="-1"></paper-icon-button> |
| 1280 | 1279 |
| 1281 </template> | 1280 </template> |
| 1282 | 1281 |
| 1283 </dom-module> | 1282 </dom-module> |
| 1284 </div><script src="lazy_load.crisper.js"></script></body></html> | 1283 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |