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

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

Issue 2764623002: [FRE] Unify chrome://welcome and chrome://welcome-win10 button styles. (Closed)
Patch Set: Add missing ';'. 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
« no previous file with comments | « chrome/browser/resources/welcome/welcome.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ff53572fd57ddb183c7931c68d647e7ce7df0a8d 100644
--- a/chrome/browser/resources/welcome/win10/inline.html
+++ b/chrome/browser/resources/welcome/win10/inline.html
@@ -153,7 +153,15 @@
.button:hover {
background: var(--paper-blue-a400);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 2px
- rgba(0, 0, 0, .24)
+ rgba(0, 0, 0, .24);
+ }
+
+ .button:active {
+ background: var(--google-blue-500);
+ }
+
+ .button.keyboard-focus {
+ background: var(--google-blue-700);
}
.logo-small {
« no previous file with comments | « chrome/browser/resources/welcome/welcome.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698