CSR-1782 fix button not highlighting for screenreader.
This commit is contained in:
parent
f8dd0b8238
commit
5969588ef9
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue