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:
AHumphriesSL 2024-11-05 11:33:53 -05:00 committed by GitHub
commit a4ca5f235f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -217,6 +217,7 @@ html {
&.btn.btn-primary:hover,
&.btn.btn-primary:focus {
color: $gray-600;
background: $gray-200;
box-shadow: none;
}