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

Side by Side Diff: chrome/browser/resources/sync_confirmation/sync_confirmation.html

Issue 1960303002: [Merge] Fixes the broken focus issue of 'OK, GOT IT' and 'UNDO' in the sync confirmation dialog by … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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/sync_confirmation/sync_confirmation.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="import" href="chrome://resources/html/polymer.html"> 5 <link rel="import" href="chrome://resources/html/polymer.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper- button.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper- button.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color. html">
7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
8 <link rel="stylesheet" href="sync_confirmation.css"></link> 9 <link rel="stylesheet" href="sync_confirmation.css"></link>
9 <style is="custom-style"> 10 <style is="custom-style">
10 a { 11 a {
11 color: var(--google-blue-700); 12 color: var(--google-blue-700);
12 text-decoration: none; 13 text-decoration: none;
13 } 14 }
14 15
15 #confirmButton { 16 #confirmButton {
16 --paper-button: { 17 --paper-button: {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 </div> 113 </div>
113 </div> 114 </div>
114 </body> 115 </body>
115 <script src="chrome://resources/js/cr.js"></script> 116 <script src="chrome://resources/js/cr.js"></script>
116 <script src="chrome://resources/js/load_time_data.js"></script> 117 <script src="chrome://resources/js/load_time_data.js"></script>
117 <script src="chrome://resources/js/util.js"></script> 118 <script src="chrome://resources/js/util.js"></script>
118 <script src="sync_confirmation.js"></script> 119 <script src="sync_confirmation.js"></script>
119 <script src="chrome://sync-confirmation/strings.js"></script> 120 <script src="chrome://sync-confirmation/strings.js"></script>
120 <script src="chrome://resources/js/i18n_template.js"></script> 121 <script src="chrome://resources/js/i18n_template.js"></script>
121 </html> 122 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_confirmation/sync_confirmation.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698