Merge pull request #893 from Safelite/feature/SSR-1667
SSR-1730 Fix color contrast issue when "Continue" button is focused
This commit is contained in:
commit
a4ca5f235f
1 changed files with 1 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ html {
|
|||
|
||||
&.btn.btn-primary:hover,
|
||||
&.btn.btn-primary:focus {
|
||||
color: $gray-600;
|
||||
background: $gray-200;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue