SSR-301 fix font weight of horizontal list button on focus.

This commit is contained in:
Bryan Mauger 2023-03-14 09:14:42 -04:00
parent b88f867acf
commit afea24364b

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 {