fix: artist svgs
This commit is contained in:
parent
9eacc4e1a1
commit
e6c960b3dc
3 changed files with 16 additions and 4 deletions
|
@ -41,12 +41,24 @@
|
|||
width: var(--sizing-svg-sm);
|
||||
height: var(--sizing-svg-sm);
|
||||
margin-right: var(--sizing-xs);
|
||||
stroke: var(--favorite);
|
||||
}
|
||||
}
|
||||
|
||||
&.favorite {
|
||||
color: var(--favorite);
|
||||
|
||||
& svg {
|
||||
stroke: var(--favorite);
|
||||
}
|
||||
}
|
||||
|
||||
&.brain:focus,
|
||||
&.brain:focus-within {
|
||||
outline: 0;
|
||||
|
||||
& svg {
|
||||
outline: var(--outline);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue