Replies: 2 comments 5 replies
-
CSS pseudo elements can't be used with procedural cosmetic filters because
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I suspected that it was caused by the implementation of :matches-path (hence, not a bug report). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't want to file a bug for this. Only a FYI if the limitation isn't intended.
I've solved an issue where, on a subreddit on
old
, the hover effect on the post downvote icon displays the ::after pseudo-element.The filter
old.reddit.com,www.reddit.com##div.arrow.down:hover::after
works as expected.I also wanted to limit the filter to that specific sub-reddit :
old.reddit.com,www.reddit.com##:matches-path(/r/CFB) div.arrow.down:hover::after
but apparently
:matches-path()
and::after
aren't allowed together.Edit: uBO v1.60.1b15
Beta Was this translation helpful? Give feedback.
All reactions