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

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

Issue 2346073003: [Polymer] updating (Closed)
Patch Set: Created 4 years, 3 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/app.crisper.js ('k') | third_party/polymer/README.chromium » ('j') | 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) 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 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 outline: none; 1523 outline: none;
1524 box-shadow: none; 1524 box-shadow: none;
1525 padding: 0; 1525 padding: 0;
1526 width: 100%; 1526 width: 100%;
1527 max-width: 100%; 1527 max-width: 100%;
1528 background: transparent; 1528 background: transparent;
1529 border: none; 1529 border: none;
1530 color: var(--paper-input-container-input-color,var(--primary-text-color) );; 1530 color: var(--paper-input-container-input-color,var(--primary-text-color) );;
1531 -webkit-appearance: none; 1531 -webkit-appearance: none;
1532 text-align: inherit; 1532 text-align: inherit;
1533 vertical-align: bottom;
1533 1534
1534 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoot hing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper -font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight) ; line-height: var(--paper-font-subhead_-_line-height); 1535 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoot hing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper -font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight) ; line-height: var(--paper-font-subhead_-_line-height);
1535 ; 1536 ;
1536 } 1537 }
1537 1538
1538 ::content [prefix] { 1539 ::content [prefix] {
1539 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font- subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line -height: var(--paper-font-subhead_-_line-height); 1540 font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font- subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line -height: var(--paper-font-subhead_-_line-height);
1540 1541
1541 ; 1542 ;
1542 -ms-flex: var(--layout-flex-none_-_-ms-flex); -webkit-flex: var(--layout -flex-none_-_-webkit-flex); flex: var(--layout-flex-none_-_flex); 1543 -ms-flex: var(--layout-flex-none_-_-ms-flex); -webkit-flex: var(--layout -flex-none_-_-webkit-flex); flex: var(--layout-flex-none_-_flex);
(...skipping 1900 matching lines...) Expand 10 before | Expand all | Expand 10 after
3443 3444
3444 [scrollable] :focus { 3445 [scrollable] :focus {
3445 ; 3446 ;
3446 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline); 3447 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline);
3447 } 3448 }
3448 3449
3449 [scrollable] iron-list > * { 3450 [scrollable] iron-list > * {
3450 cursor: var(--cr-actionable_-_cursor); 3451 cursor: var(--cr-actionable_-_cursor);
3451 } 3452 }
3452 3453
3453 [selectable] :focus { 3454 [selectable]:focus, [selectable] > :focus {
3454 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline); 3455 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline);
3455 } 3456 }
3456 3457
3457 [selectable] > * { 3458 [selectable] > * {
3458 cursor: var(--cr-actionable_-_cursor); 3459 cursor: var(--cr-actionable_-_cursor);
3459 } 3460 }
3460 3461
3461 </style> 3462 </style>
3462 </template> 3463 </template>
3463 </dom-module> 3464 </dom-module>
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
4384 4385
4385 [scrollable] :focus { 4386 [scrollable] :focus {
4386 ; 4387 ;
4387 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline); 4388 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline);
4388 } 4389 }
4389 4390
4390 [scrollable] iron-list > * { 4391 [scrollable] iron-list > * {
4391 cursor: var(--cr-actionable_-_cursor); 4392 cursor: var(--cr-actionable_-_cursor);
4392 } 4393 }
4393 4394
4394 [selectable] :focus { 4395 [selectable]:focus, [selectable] > :focus {
4395 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline); 4396 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline);
4396 } 4397 }
4397 4398
4398 [selectable] > * { 4399 [selectable] > * {
4399 cursor: var(--cr-actionable_-_cursor); 4400 cursor: var(--cr-actionable_-_cursor);
4400 } 4401 }
4401 4402
4402 :host { 4403 :host {
4403 display: block; 4404 display: block;
4404 height: 100%; 4405 height: 100%;
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
4759 4760
4760 [scrollable] :focus { 4761 [scrollable] :focus {
4761 ; 4762 ;
4762 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline); 4763 background-color: var(--cr-selectable-focus_-_background-color); outline : var(--cr-selectable-focus_-_outline);
4763 } 4764 }
4764 4765
4765 [scrollable] iron-list > * { 4766 [scrollable] iron-list > * {
4766 cursor: var(--cr-actionable_-_cursor); 4767 cursor: var(--cr-actionable_-_cursor);
4767 } 4768 }
4768 4769
4769 [selectable] :focus { 4770 [selectable]:focus, [selectable] > :focus {
4770 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline); 4771 background-color: var(--cr-selectable-focus_-_background-color); outline: var( --cr-selectable-focus_-_outline);
4771 } 4772 }
4772 4773
4773 [selectable] > * { 4774 [selectable] > * {
4774 cursor: var(--cr-actionable_-_cursor); 4775 cursor: var(--cr-actionable_-_cursor);
4775 } 4776 }
4776 4777
4777 :host { 4778 :host {
4778 display: block; 4779 display: block;
4779 overflow: auto; 4780 overflow: auto;
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
5201 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> 5202 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer="">
5202 </history-side-bar> 5203 </history-side-bar>
5203 </app-drawer> 5204 </app-drawer>
5204 </template> 5205 </template>
5205 5206
5206 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 5207 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
5207 </iron-media-query> 5208 </iron-media-query>
5208 </template> 5209 </template>
5209 </dom-module> 5210 </dom-module>
5210 <script src="app.crisper.js"></script></body></html> 5211 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | third_party/polymer/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698