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:
commit
466342bea3
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ export default {
|
||||||
box-shadow: 0 0 0 1px $blue;
|
box-shadow: 0 0 0 1px $blue;
|
||||||
outline: none;
|
outline: none;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
span {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:checked:focus + .list-button-horizontal-content {
|
&:checked:focus + .list-button-horizontal-content {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue