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

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

Issue 2316013002: Set <paper-checkbox> ink sizes in MD WebUI (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 | « no previous file | ui/webui/resources/cr_elements/shared_vars_css.html » ('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 3277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3288 </div> 3288 </div>
3289 </iron-dropdown> 3289 </iron-dropdown>
3290 </template> 3290 </template>
3291 </dom-module> 3291 </dom-module>
3292 3292
3293 <style is="custom-style" css-build="shadow">html { 3293 <style is="custom-style" css-build="shadow">html {
3294 --cr-actionable_-_cursor: pointer;; 3294 --cr-actionable_-_cursor: pointer;;
3295 --cr-focused-item-color: var(--google-grey-300); 3295 --cr-focused-item-color: var(--google-grey-300);
3296 --cr-selectable-focus_-_background-color: var(--cr-focused-item-color); --c r-selectable-focus_-_outline: none; 3296 --cr-selectable-focus_-_background-color: var(--cr-focused-item-color); --c r-selectable-focus_-_outline: none;
3297 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06); 3297 --cr-separator-line: 1px solid rgba(0, 0, 0, 0.06);
3298 --paper-checkbox-ink-size: 40px;
3298 } 3299 }
3299 3300
3300 </style> 3301 </style>
3301 3302
3302 <dom-module id="cr-shared-style" assetpath="chrome://resources/cr_elements/" css -build="shadow"> 3303 <dom-module id="cr-shared-style" assetpath="chrome://resources/cr_elements/" css -build="shadow">
3303 <template> 3304 <template>
3304 <style scope="cr-shared-style">paper-spinner { 3305 <style scope="cr-shared-style">paper-spinner {
3305 --paper-spinner-layer-1-color: var(--google-blue-500); 3306 --paper-spinner-layer-1-color: var(--google-blue-500);
3306 --paper-spinner-layer-2-color: var(--google-blue-500); 3307 --paper-spinner-layer-2-color: var(--google-blue-500);
3307 --paper-spinner-layer-3-color: var(--google-blue-500); 3308 --paper-spinner-layer-3-color: var(--google-blue-500);
(...skipping 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after
5234 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> 5235 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer="">
5235 </history-side-bar> 5236 </history-side-bar>
5236 </app-drawer> 5237 </app-drawer>
5237 </template> 5238 </template>
5238 5239
5239 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 5240 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
5240 </iron-media-query> 5241 </iron-media-query>
5241 </template> 5242 </template>
5242 </dom-module> 5243 </dom-module>
5243 <script src="app.crisper.js"></script></body></html> 5244 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/shared_vars_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698