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

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

Issue 2378903004: MD History: Move the card sizing CSS to apply to the iron-list (Closed)
Patch Set: Remove unused CSS Created 4 years, 2 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
« no previous file with comments | « chrome/browser/resources/md_history/history_list.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/history_list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698