CSR-1782 fix button not highlighting for screenreader.

This commit is contained in:
Bryan Mauger 2023-11-20 09:24:19 -05:00
parent f8dd0b8238
commit 5969588ef9

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 {