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

Unified Diff: chrome/browser/resources/md_history/synced_device_manager.html

Issue 2288033002: MD History: Fix focus highlight on 'Sign in to Chrome' button (Closed)
Patch Set: Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/synced_device_manager.html
diff --git a/chrome/browser/resources/md_history/synced_device_manager.html b/chrome/browser/resources/md_history/synced_device_manager.html
index 7450fc53855765c0e680888d49ab5f8849bbdedf..40dff8b5a46e4e9377d13deff042ea4dccef08e2 100644
--- a/chrome/browser/resources/md_history/synced_device_manager.html
+++ b/chrome/browser/resources/md_history/synced_device_manager.html
@@ -3,13 +3,14 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-item/paper-item.html">
<link rel="import" href="chrome://resources/cr_elements/cr_shared_menu/cr_shared_menu.html">
+<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
<link rel="import" href="chrome://history/lazy_render.html">
<link rel="import" href="chrome://history/shared_style.html">
<link rel="import" href="chrome://history/synced_device_card.html">
<dom-module id="history-synced-device-manager">
<template>
- <style include="shared-style">
+ <style include="shared-style cr-shared-style">
:host {
display: block;
overflow: auto;
@@ -51,10 +52,7 @@
}
#sign-in-button {
- background-color: var(--google-blue-500);
- color: white;
- font-weight: 500;
- margin-top: 24px;
+ margin: 24px 0;
padding-left: 12px;
padding-right: 12px;
}
@@ -85,7 +83,8 @@
<div id="illustration"></div>
<div id="sign-in-promo">$i18n{signInPromo}</div>
<div id="sign-in-promo-desc">$i18n{signInPromoDesc}</div>
- <paper-button id="sign-in-button" on-tap="onSignInTap_">
+ <paper-button id="sign-in-button" class="action-button"
+ on-tap="onSignInTap_">
$i18n{signInButton}
</paper-button>
</div>
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698