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

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

Issue 2310423002: [MD History] Move background-clip div behind items. (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 | chrome/browser/resources/md_history/history_item.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 3899 matching lines...) Expand 10 before | Expand all | Expand 10 after
3910 height: 15px; 3910 height: 15px;
3911 } 3911 }
3912 3912
3913 #background-clip { 3913 #background-clip {
3914 bottom: -0.4px; 3914 bottom: -0.4px;
3915 clip: rect(auto 999px auto -5px); 3915 clip: rect(auto 999px auto -5px);
3916 left: 0; 3916 left: 0;
3917 position: absolute; 3917 position: absolute;
3918 right: 0; 3918 right: 0;
3919 top: 0; 3919 top: 0;
3920 z-index: -1;
3920 } 3921 }
3921 3922
3922 :host([is-card-end]) #background-clip { 3923 :host([is-card-end]) #background-clip {
3923 bottom: 0; 3924 bottom: 0;
3924 clip: rect(auto 999px 500px -5px); 3925 clip: rect(auto 999px 500px -5px);
3925 } 3926 }
3926 3927
3927 #background { 3928 #background {
3928 box-shadow: var(--shadow-elevation-2dp_-_box-shadow); 3929 box-shadow: var(--shadow-elevation-2dp_-_box-shadow);
3929 background: #fff; 3930 background: #fff;
3930 bottom: 0; 3931 bottom: 0;
3931 left: 0; 3932 left: 0;
3932 position: absolute; 3933 position: absolute;
3933 right: 0; 3934 right: 0;
3934 top: 0; 3935 top: 0;
3935 z-index: -1;
3936 } 3936 }
3937 3937
3938 :host([embedded]) #background { 3938 :host([embedded]) #background {
3939 display: none; 3939 display: none;
3940 } 3940 }
3941 3941
3942 :host(:not([is-card-start])) #background { 3942 :host(:not([is-card-start])) #background {
3943 top: -5px; 3943 top: -5px;
3944 } 3944 }
3945 3945
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
5233 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer=""> 5233 <history-side-bar id="drawer-side-bar" selected-page="[[selectedPage_]]" route="[[route_]]" show-footer="[[showSidebarFooter]]" drawer="">
5234 </history-side-bar> 5234 </history-side-bar>
5235 </app-drawer> 5235 </app-drawer>
5236 </template> 5236 </template>
5237 5237
5238 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 5238 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
5239 </iron-media-query> 5239 </iron-media-query>
5240 </template> 5240 </template>
5241 </dom-module> 5241 </dom-module>
5242 <script src="app.crisper.js"></script></body></html> 5242 <script src="app.crisper.js"></script></body></html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698