frontend: Add focus indicator to sign in/sign up buttons.

This commit is contained in:
Vaida Plankyte 2017-07-21 10:53:41 +01:00 committed by Tim Abbott
parent 817e574d86
commit 85d5296863
1 changed files with 4 additions and 0 deletions

View File

@ -220,6 +220,10 @@ html {
margin-top: 20px; margin-top: 20px;
} }
.new-style button:focus {
outline: 3px solid hsl(213, 81%, 79%);
}
.new-style button.full-width { .new-style button.full-width {
width: 100%; width: 100%;
} }