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

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

Issue 2569243002: Change the radio button styling to the sign-in confirmation dialog (Closed)
Patch Set: Nit Created 4 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 71ab0f031f82488f111afa07ffbe7886a4bbdd1f..217e59c113f10590b45f9c54dfc74154aa53e477 100644
--- a/chrome/browser/resources/signin/signin_shared_css.html
+++ b/chrome/browser/resources/signin/signin_shared_css.html
@@ -38,7 +38,9 @@
}
paper-radio-button {
- color: #333;
+ --paper-radio-button-checked-color: var(--google-blue-500);
+ --paper-radio-button-ink-size: 40px;
+ --paper-radio-button-label-spacing: 16px;
}
.container {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698