| 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 {
|
|
|