Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: chrome/browser/resources/md_history/lazy_load.vulcanized.html

Issue 2641123007: Fix offline_gaia.js and re-run polymer reproduce.sh (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 1120
1121 ; 1121 ;
1122 } 1122 }
1123 1123
1124 :host(:focus) .tab-content { 1124 :host(:focus) .tab-content {
1125 opacity: 1; 1125 opacity: 1;
1126 font-weight: 700; 1126 font-weight: 700;
1127 } 1127 }
1128 1128
1129 paper-ripple { 1129 paper-ripple {
1130 color: var(--paper-tab-ink,var(--paper-yellow-a100));; 1130 color: var(--paper-tab-ink,var(--paper-yellow-a100));
1131 } 1131 }
1132 1132
1133 .tab-content > ::content > a { 1133 .tab-content > ::content > a {
1134 -ms-flex: var(--layout-flex-auto_-_-ms-flex); -webkit-flex: var(--layout-flex- auto_-_-webkit-flex); flex: var(--layout-flex-auto_-_flex); 1134 -ms-flex: var(--layout-flex-auto_-_-ms-flex); -webkit-flex: var(--layout-flex- auto_-_-webkit-flex); flex: var(--layout-flex-auto_-_flex);
1135 1135
1136 height: 100%; 1136 height: 100%;
1137 } 1137 }
1138 1138
1139 </style> 1139 </style>
1140 1140
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
1227 padding: 12px; 1227 padding: 12px;
1228 margin: 0 4px; 1228 margin: 0 4px;
1229 } 1229 }
1230 1230
1231 #selectionBar { 1231 #selectionBar {
1232 position: absolute; 1232 position: absolute;
1233 height: 2px; 1233 height: 2px;
1234 bottom: 0; 1234 bottom: 0;
1235 left: 0; 1235 left: 0;
1236 right: 0; 1236 right: 0;
1237 background-color: var(--paper-tabs-selection-bar-color,var(--paper-yello w-a100));; 1237 background-color: var(--paper-tabs-selection-bar-color,var(--paper-yello w-a100));
1238 -webkit-transform: scale(0); 1238 -webkit-transform: scale(0);
1239 transform: scale(0); 1239 transform: scale(0);
1240 -webkit-transform-origin: left center; 1240 -webkit-transform-origin: left center;
1241 transform-origin: left center; 1241 transform-origin: left center;
1242 transition: -webkit-transform; 1242 transition: -webkit-transform;
1243 transition: transform; 1243 transition: transform;
1244 1244
1245 ; 1245 ;
1246 } 1246 }
1247 1247
(...skipping 26 matching lines...) Expand all
1274 <content select="*"></content> 1274 <content select="*"></content>
1275 </div> 1275 </div>
1276 </div> 1276 </div>
1277 1277
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> 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>
1279 1279
1280 </template> 1280 </template>
1281 1281
1282 </dom-module> 1282 </dom-module>
1283 </div><script src="lazy_load.crisper.js"></script></body></html> 1283 </div><script src="lazy_load.crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698