mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 14:05:12 +00:00
upd: add hover effect to quote posts
This commit is contained in:
parent
3818e9531f
commit
7461332d0f
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ watch(() => props.expandAllCws, (expandAllCws) => {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
|
|
||||||
|
&:hover, &:focus-within {
|
||||||
|
background: var(--panelHighlight);
|
||||||
|
transition: background .2s;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
|
|
Loading…
Reference in a new issue