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

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

Issue 2656573002: Sign-in dialogs: Use the same font-weight when buttons are focused. (Closed)
Patch Set: 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
« 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 5d9037c942a96ef6f05100474ac3a5d0fa047045..a350d032eb819a7327e80487a1d27f0e7baadfe2 100644
--- a/chrome/browser/resources/signin/signin_shared_css.html
+++ b/chrome/browser/resources/signin/signin_shared_css.html
@@ -25,6 +25,7 @@
paper-button.primary-action {
--paper-button-flat-keyboard-focus: {
background: rgb(58, 117, 215);
+ font-weight: 500;
};
background: var(--google-blue-500);
color: white;
@@ -33,6 +34,7 @@
paper-button.secondary-action {
--paper-button-flat-keyboard-focus: {
background: rgba(0, 0, 0, .12);
+ font-weight: 500;
};
color: var(--paper-grey-600);
}
« 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