Merge pull request #198 from Safelite/SSR-301-fix-font-weight-on-focus

SSR-301 fix font weight of horizontal list button on focus.
This commit is contained in:
bmauger 2023-03-14 10:31:17 -04:00 committed by GitHub
commit 466342bea3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,9 @@ export default {
box-shadow: 0 0 0 1px $blue;
outline: none;
z-index: 2;
span {
font-weight: 500;
}
}
&:checked:focus + .list-button-horizontal-content {