fix: music chart title focus
This commit is contained in:
parent
7ec6b50201
commit
3eb679d094
3 changed files with 12 additions and 3 deletions
|
@ -58,6 +58,15 @@
|
|||
& .title {
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: 1.5;
|
||||
|
||||
& a {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
outline: var(--outline);
|
||||
}
|
||||
}
|
||||
|
||||
& .title,
|
||||
|
|
Reference in a new issue