[frontend/components] Use pointer cursor on blurred attachments and images
This commit is contained in:
parent
a572569066
commit
4a4544cf1d
1 changed files with 5 additions and 0 deletions
|
@ -57,6 +57,11 @@ audio.attachment {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrapper:has(> img) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.blur-image {
|
.blur-image {
|
||||||
filter: blur(10rem);
|
filter: blur(10rem);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue