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

Side by Side Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2450663003: MD History: hide tooltip promo when drawer is swiped open (Closed)
Patch Set: settings title fix Created 4 years, 1 month 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 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><head><!- - 1 <!DOCTYPE html><html dir="$i18n{textdirection}" lang="$i18n{language}"><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 1347 matching lines...) Expand 10 before | Expand all | Expand 10 after
1358 --text-primary-color: var(--dark-theme-text-color); 1358 --text-primary-color: var(--dark-theme-text-color);
1359 --default-primary-color: var(--primary-color); 1359 --default-primary-color: var(--primary-color);
1360 } 1360 }
1361 1361
1362 </style> 1362 </style>
1363 <style> 1363 <style>
1364 /* Copyright 2015 The Chromium Authors. All rights reserved. 1364 /* Copyright 2015 The Chromium Authors. All rights reserved.
1365 * Use of this source code is governed by a BSD-style license that can be 1365 * Use of this source code is governed by a BSD-style license that can be
1366 * found in the LICENSE file. */ 1366 * found in the LICENSE file. */
1367 1367
1368 <if expr="not chromeos"> 1368 <if expr="not chromeos and not is_android">
1369 @font-face { 1369 @font-face {
1370 font-family: 'Roboto'; 1370 font-family: 'Roboto';
1371 font-style: normal; 1371 font-style: normal;
1372 font-weight: 400; 1372 font-weight: 400;
1373 src: local('Roboto'), local('Roboto-Regular'), 1373 src: local('Roboto'), local('Roboto-Regular'),
1374 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2'); 1374 url("chrome://resources/roboto/roboto-regular.woff2") format('woff2');
1375 } 1375 }
1376 1376
1377 @font-face { 1377 @font-face {
1378 font-family: 'Roboto'; 1378 font-family: 'Roboto';
(...skipping 2238 matching lines...) Expand 10 before | Expand all | Expand 10 after
3617 <command id="undo-command" shortcut="Meta|z"></command> 3617 <command id="undo-command" shortcut="Meta|z"></command>
3618 <command id="find-command" shortcut="Meta|f"></command> 3618 <command id="find-command" shortcut="Meta|f"></command>
3619 </if> 3619 </if>
3620 <if expr="not is_macosx"> 3620 <if expr="not is_macosx">
3621 <command id="clear-all-command" shortcut="Alt|c"></command> 3621 <command id="clear-all-command" shortcut="Alt|c"></command>
3622 <command id="undo-command" shortcut="Ctrl|z"></command> 3622 <command id="undo-command" shortcut="Ctrl|z"></command>
3623 <command id="find-command" shortcut="Ctrl|f"></command> 3623 <command id="find-command" shortcut="Ctrl|f"></command>
3624 </if> 3624 </if>
3625 <link rel="import" href="chrome://resources/html/polymer.html"> 3625 <link rel="import" href="chrome://resources/html/polymer.html">
3626 <script src="crisper.js"></script></body></html> 3626 <script src="crisper.js"></script></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698