mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
fix .post_body a
not reenabling on click + separate pointer, filter rules
This commit is contained in:
parent
92852cd423
commit
ac7eb2e97b
1 changed files with 8 additions and 1 deletions
|
@ -1161,13 +1161,20 @@ a.search_subreddit:hover {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.post_blurred .post_media_content:focus a,
|
||||
.post_blurred .post_media_content:focus ~ .post_body a,
|
||||
.post_blurred .post_media_content:has(~ .post_body:focus) a,
|
||||
.post_blurred .post_body:focus a,
|
||||
.post_blurred .post_thumbnail:focus a {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.post_blurred .post_media_content:focus *,
|
||||
.post_blurred .post_media_content:focus ~ .post_body,
|
||||
.post_blurred .post_media_content:has(~ .post_body:focus) *,
|
||||
.post_blurred .post_body:focus,
|
||||
.post_blurred .post_thumbnail:focus * {
|
||||
filter: none;
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.post_media_image svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue