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

Unified Diff: chrome/browser/resources/welcome/win10/inline.html

Issue 2764623002: [FRE] Unify chrome://welcome and chrome://welcome-win10 button styles. (Closed)
Patch Set: Created 3 years, 9 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/welcome/win10/inline.html
diff --git a/chrome/browser/resources/welcome/win10/inline.html b/chrome/browser/resources/welcome/win10/inline.html
index 39d425a70983511d5edd0650f7ea674c4ec473f0..adaa02ee83521997668150aa44c0b903e0f9ebe9 100644
--- a/chrome/browser/resources/welcome/win10/inline.html
+++ b/chrome/browser/resources/welcome/win10/inline.html
@@ -156,6 +156,14 @@
rgba(0, 0, 0, .24)
}
+ .button:active {
+ background: var(--google-blue-500);
+ }
+
+ .button.keyboard-focus {
+ background: var(--google-blue-700);
+ }
+
.logo-small {
content: url(chrome://welcome-win10/logo-small.png);
display: inline;
« chrome/browser/resources/welcome/welcome.css ('K') | « chrome/browser/resources/welcome/welcome.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698