OLD | NEW |
1 <html><head><!-- | 1 <html><head><!-- |
2 @license | 2 @license |
3 Copyright (c) 2014 The Polymer Project Authors. All rights reserved. | 3 Copyright (c) 2014 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
723 </style> | 723 </style> |
724 <div aria-live$="[[mode]]">[[_text]]</div> | 724 <div aria-live$="[[mode]]">[[_text]]</div> |
725 </template> | 725 </template> |
726 | 726 |
727 </dom-module> | 727 </dom-module> |
728 <style> | 728 <style> |
729 /* Copyright 2015 The Chromium Authors. All rights reserved. | 729 /* Copyright 2015 The Chromium Authors. All rights reserved. |
730 * Use of this source code is governed by a BSD-style license that can be | 730 * Use of this source code is governed by a BSD-style license that can be |
731 * found in the LICENSE file. */ | 731 * found in the LICENSE file. */ |
732 | 732 |
733 <if expr="not chromeos"> | 733 <if expr="not chromeos and not is_android"> |
734 @font-face { | 734 @font-face { |
735 font-family: 'Roboto'; | 735 font-family: 'Roboto'; |
736 font-style: normal; | 736 font-style: normal; |
737 font-weight: 400; | 737 font-weight: 400; |
738 src: local('Roboto'), local('Roboto-Regular'), | 738 src: local('Roboto'), local('Roboto-Regular'), |
739 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2'); | 739 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2'); |
740 } | 740 } |
741 | 741 |
742 @font-face { | 742 @font-face { |
743 font-family: 'Roboto'; | 743 font-family: 'Roboto'; |
(...skipping 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3034 border-radius: 2px; | 3034 border-radius: 2px; |
3035 margin: 1px 10px; | 3035 margin: 1px 10px; |
3036 pointer-events: none; | 3036 pointer-events: none; |
3037 transform: scale(0.8); | 3037 transform: scale(0.8); |
3038 } | 3038 } |
3039 | 3039 |
3040 :host { | 3040 :host { |
3041 --checked-color: rgb(68, 136, 255); | 3041 --checked-color: rgb(68, 136, 255); |
3042 display: block; | 3042 display: block; |
3043 outline: none; | 3043 outline: none; |
| 3044 pointer-events: none; |
3044 } | 3045 } |
3045 | 3046 |
3046 button { | 3047 button { |
3047 background: none; | 3048 background: none; |
3048 border: none; | 3049 border: none; |
3049 outline: none; | 3050 outline: none; |
3050 padding: 0; | 3051 padding: 0; |
3051 } | 3052 } |
3052 | 3053 |
3053 :host(:not([embedded])) #main-container { | 3054 :host(:not([embedded])) #main-container { |
(...skipping 13 matching lines...) Expand all Loading... |
3067 } | 3068 } |
3068 | 3069 |
3069 :host([is-card-start]) #date-accessed { | 3070 :host([is-card-start]) #date-accessed { |
3070 display: block; | 3071 display: block; |
3071 } | 3072 } |
3072 | 3073 |
3073 #item-container { | 3074 #item-container { |
3074 align-items: center; | 3075 align-items: center; |
3075 display: flex; | 3076 display: flex; |
3076 min-height: var(--item-height); | 3077 min-height: var(--item-height); |
| 3078 pointer-events: auto; |
3077 } | 3079 } |
3078 | 3080 |
3079 :host([is-card-start]) #item-container { | 3081 :host([is-card-start]) #item-container { |
3080 padding-top: var(--card-first-last-item-padding); | 3082 padding-top: var(--card-first-last-item-padding); |
3081 } | 3083 } |
3082 | 3084 |
3083 :host([is-card-end]) #item-container { | 3085 :host([is-card-end]) #item-container { |
3084 padding-bottom: var(--card-first-last-item-padding); | 3086 padding-bottom: var(--card-first-last-item-padding); |
3085 } | 3087 } |
3086 | 3088 |
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3951 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> | 3953 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}"
show-footer="[[showSidebarFooter]]" drawer=""> |
3952 </history-side-bar> | 3954 </history-side-bar> |
3953 </app-drawer> | 3955 </app-drawer> |
3954 </template> | 3956 </template> |
3955 | 3957 |
3956 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> | 3958 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}"
> |
3957 </iron-media-query> | 3959 </iron-media-query> |
3958 </template> | 3960 </template> |
3959 </dom-module> | 3961 </dom-module> |
3960 <script src="app.crisper.js"></script></body></html> | 3962 <script src="app.crisper.js"></script></body></html> |
OLD | NEW |