SSR-301 fix font weight of horizontal list button on focus.
This commit is contained in:
parent
b88f867acf
commit
afea24364b
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue