XF 2.2 Background Circle Behind Reactions

Wing

Well-known member
48BDA299-C873-4843-8D58-0FF75C1D7DF4.webp

Where to change or get rid of the dark grey circle behind our custom reaction icon? Sprite sheet is transparent so I’m not sure why a background circle is showing up.
 
I'm not sure where it originated from but you can put this CSS in extra.less to overwrite the background color:

Code:
.reactionsBar .reactionSummary > li { background-color: transparent; }

In the future, try looking through your browser's inspector (right click > Inspect element) to see how these details work:

Screen Shot 2023-05-02 at 18.24.19.webp
 
Blaming Spider-Man GIF

@Brogan
 
Back
Top Bottom