mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 11:13:08 +02: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;
|
||||
padding: 0;
|
||||
font-size: 0.95em;
|
||||
|
||||
&:hover, &:focus-within {
|
||||
background: var(--panelHighlight);
|
||||
transition: background .2s;
|
||||
}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
|
Loading…
Reference in a new issue