Nested reply class on hoverposts causes weird styling issues #249

Closed
opened 2021-08-28 19:52:30 +00:00 by ghost123321 · 1 comment

When applying a shadow to the reply class there is a 'bug' in the hoverposts where the shadow is also applied inside of the post, this is because there are 2 reply classes nested. I know this isn't a bug on any of the default themes but I think it might be interesting and I don't know JS to fix it.


When applying a shadow to the reply class there is a 'bug' in the hoverposts where the shadow is also applied inside of the post, this is because there are 2 reply classes nested. I know this isn't a bug on any of the default themes but I think it might be interesting and I don't know JS to fix it. ![](https://files.catbox.moe/hwspc7.png) ![](https://files.catbox.moe/xaq8fo.png)
Author

Apparently you can fix this by doing

.hoverpost.reply .reply {
    box-shadow: none;
}
Apparently you can fix this by doing ``` .hoverpost.reply .reply { box-shadow: none; } ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/tinyib#249
No description provided.