| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 | 579 |
| 580 :host([disabled]) { | 580 :host([disabled]) { |
| 581 color: #9b9b9b; | 581 color: #9b9b9b; |
| 582 pointer-events: none; | 582 pointer-events: none; |
| 583 cursor: auto; | 583 cursor: auto; |
| 584 } | 584 } |
| 585 | 585 |
| 586 paper-ripple { | 586 paper-ripple { |
| 587 opacity: 0.6; | 587 opacity: 0.6; |
| 588 color: currentColor; | 588 color: currentColor; |
| 589 ; |
| 589 } | 590 } |
| 590 | 591 |
| 591 </style> | 592 </style> |
| 592 <content></content> | 593 <content></content> |
| 593 </template> | 594 </template> |
| 594 </dom-module> | 595 </dom-module> |
| 595 <dom-module id="history-synced-device-card" assetpath="chrome://history/" css-bu
ild="shadow"> | 596 <dom-module id="history-synced-device-card" assetpath="chrome://history/" css-bu
ild="shadow"> |
| 596 <template> | 597 <template> |
| 597 <style scope="history-synced-device-card">[hidden] { | 598 <style scope="history-synced-device-card">[hidden] { |
| 598 display: none !important; | 599 display: none !important; |
| (...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1598 <content select="*"></content> | 1599 <content select="*"></content> |
| 1599 </div> | 1600 </div> |
| 1600 </div> | 1601 </div> |
| 1601 | 1602 |
| 1602 <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> | 1603 <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> |
| 1603 | 1604 |
| 1604 </template> | 1605 </template> |
| 1605 | 1606 |
| 1606 </dom-module> | 1607 </dom-module> |
| 1607 </div><script src="lazy_load.crisper.js"></script></body></html> | 1608 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |