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

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

Issue 2412343004: MD Settings: roll paper-submenu to fix double-tap bug when started open (Closed)
Patch Set: 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
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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 </style> 723 </style>
724 <div aria-live$="[[mode]]">[[_text]]</div> 724 <div aria-live$="[[mode]]">[[_text]]</div>
725 </template> 725 </template>
726 726
727 </dom-module> 727 </dom-module>
728 <style> 728 <style>
729 /* Copyright 2015 The Chromium Authors. All rights reserved. 729 /* Copyright 2015 The Chromium Authors. All rights reserved.
730 * Use of this source code is governed by a BSD-style license that can be 730 * Use of this source code is governed by a BSD-style license that can be
731 * found in the LICENSE file. */ 731 * found in the LICENSE file. */
732 732
733 <if expr="not chromeos"> 733 <if expr="not chromeos and not is_android">
734 @font-face { 734 @font-face {
735 font-family: 'Roboto'; 735 font-family: 'Roboto';
736 font-style: normal; 736 font-style: normal;
737 font-weight: 400; 737 font-weight: 400;
738 src: local('Roboto'), local('Roboto-Regular'), 738 src: local('Roboto'), local('Roboto-Regular'),
739 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2'); 739 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
740 } 740 }
741 741
742 @font-face { 742 @font-face {
743 font-family: 'Roboto'; 743 font-family: 'Roboto';
(...skipping 3207 matching lines...) Expand 10 before | Expand all | Expand 10 after
3951 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}" show-footer="[[showSidebarFooter]]" drawer=""> 3951 <history-side-bar id="drawer-side-bar" selected-page="{{selectedPage_}}" show-footer="[[showSidebarFooter]]" drawer="">
3952 </history-side-bar> 3952 </history-side-bar>
3953 </app-drawer> 3953 </app-drawer>
3954 </template> 3954 </template>
3955 3955
3956 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" > 3956 <iron-media-query query="(max-width: 1023px)" query-matches="{{hasDrawer_}}" >
3957 </iron-media-query> 3957 </iron-media-query>
3958 </template> 3958 </template>
3959 </dom-module> 3959 </dom-module>
3960 <script src="app.crisper.js"></script></body></html> 3960 <script src="app.crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698