Hi, I’m working on styling the ‘quote’ box… is it possible for Discourse core to gain classes on the down arrow (see quote in context) and the up arrow (jump to quoted message)?
And-- more importantly-- could there also be a class on the main .quote aside (parent div) to indicate if this user being quoted is blocked?
I’m not asking for any visual changes, I’m not asking for changes to how “ignoring” works just want some classes so I have some options available to me and other future theme developers.
I’m also happy to give this a crack and submit a PR myself, if someone can just point me in roughly the right direction for where in the codebase I should attempt it.
I may be able to target those two elements (the arrows) in CSS, yes. It will be some hairy selectors and obviously more brittle than if we just put classes directly on those elements, but I probably get it done.
The harder one is to figure out if that user is ignored or not. As far as I can see, none of the parent containers add a class to indicate ‘ignored’ status for the quote. Without that class I can’t do anything different in CSS. What do you think? Please tell me if I’m wrong