Merge pull request #1546 from Safelite/CSR-1782-fix-link-not-highlighting-on-focus-screenreader

CSR-1782 fix button not highlighting for screenreader.
This commit is contained in:
bmauger 2023-11-20 09:36:22 -05:00 committed by GitHub
commit 78d8468414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,8 +515,16 @@ export default {
.text-link-small {
a,
.btn-link {
width: auto;
margin: 0 auto;
height: auto;
font-size: 0.875rem;
line-height: 1.5;
padding: 0;
border-radius: 0;
&:focus {
outline: 1px solid $blue;
}
}
}
.funnel-sub-header {