| 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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 | 891 |
| 892 [scrollable] :focus { | 892 [scrollable] :focus { |
| 893 ; | 893 ; |
| 894 background-color: var(--cr-selectable-focus_-_background-color); outline
: var(--cr-selectable-focus_-_outline); | 894 background-color: var(--cr-selectable-focus_-_background-color); outline
: var(--cr-selectable-focus_-_outline); |
| 895 } | 895 } |
| 896 | 896 |
| 897 [scrollable] iron-list > * { | 897 [scrollable] iron-list > * { |
| 898 cursor: var(--cr-actionable_-_cursor); | 898 cursor: var(--cr-actionable_-_cursor); |
| 899 } | 899 } |
| 900 | 900 |
| 901 .scroll-container { |
| 902 display: flex; |
| 903 flex-direction: column; |
| 904 min-height: 1px; |
| 905 } |
| 906 |
| 901 [selectable]:focus, [selectable] > :focus { | 907 [selectable]:focus, [selectable] > :focus { |
| 902 background-color: var(--cr-selectable-focus_-_background-color); outline: var(
--cr-selectable-focus_-_outline); | 908 background-color: var(--cr-selectable-focus_-_background-color); outline: var(
--cr-selectable-focus_-_outline); |
| 903 } | 909 } |
| 904 | 910 |
| 905 [selectable] > * { | 911 [selectable] > * { |
| 906 cursor: var(--cr-actionable_-_cursor); | 912 cursor: var(--cr-actionable_-_cursor); |
| 907 } | 913 } |
| 908 | 914 |
| 909 :host { | 915 :host { |
| 910 display: block; | 916 display: block; |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1575 <content select="*"></content> | 1581 <content select="*"></content> |
| 1576 </div> | 1582 </div> |
| 1577 </div> | 1583 </div> |
| 1578 | 1584 |
| 1579 <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> | 1585 <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> |
| 1580 | 1586 |
| 1581 </template> | 1587 </template> |
| 1582 | 1588 |
| 1583 </dom-module> | 1589 </dom-module> |
| 1584 </div><script src="lazy_load.crisper.js"></script></body></html> | 1590 </div><script src="lazy_load.crisper.js"></script></body></html> |
| OLD | NEW |