Merge pull request #255 from Safelite/CSR-341-fix-focus-state

Update focus state.
This commit is contained in:
bmauger 2022-02-25 16:59:47 -05:00 committed by GitHub
commit 30d8043dbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ export default {
}
}
&:focus {
box-shadow: 0 0 0 4px $blue-300;
box-shadow: 0 0 0 2.5px $blue;
}
}
&:hover {

View file

@ -98,7 +98,7 @@ export default {
}
}
&:focus {
box-shadow: 0 0 0 4px $blue-300;
box-shadow: 0 0 0 2.5px $blue;
}
}
&:hover {