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

Unified Diff: chrome/browser/resources/signin/signin_shared_css.html

Issue 2625663003: Layout nits for the signin email confirmation dialog. (Closed)
Patch Set: Nits and use I18nBehavior.i18n Created 3 years, 11 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
Index: chrome/browser/resources/signin/signin_shared_css.html
diff --git a/chrome/browser/resources/signin/signin_shared_css.html b/chrome/browser/resources/signin/signin_shared_css.html
index 217e59c113f10590b45f9c54dfc74154aa53e477..5d9037c942a96ef6f05100474ac3a5d0fa047045 100644
--- a/chrome/browser/resources/signin/signin_shared_css.html
+++ b/chrome/browser/resources/signin/signin_shared_css.html
@@ -10,7 +10,7 @@
body {
margin: 0;
/* Scrollbars are hidden as the sign-in dialogs are automatically
- resized.*/
+ * resized. */
overflow: hidden;
padding: 0;
}
@@ -41,13 +41,14 @@
--paper-radio-button-checked-color: var(--google-blue-500);
--paper-radio-button-ink-size: 40px;
--paper-radio-button-label-spacing: 16px;
+ --paper-radio-button-unchecked-color: var(--paper-grey-600);
}
.container {
background-color: white;
color: #333;
/* Scrollbars are hidden as the sign-in dialogs are automatically
- resized.*/
+ * resized. */
overflow: hidden;
width: 448px;
}

Powered by Google App Engine
This is Rietveld 408576698