RobParker

Registered
I've styled the discussion list for FA+ (admin.php?styles/sc2018.4/style-properties/group&group=xbDiscussionList) to have a hover effect but when you go to What's New it's not applied to the discussion list for What's New.

I'm not sure if that's a bug or a choice but I was expecting What's New to have the same styling as the rest of the discussion list.
 
I'd say an oversight, I'll make an adjustment for the next release, the CSS on it is a little too aggressive. For now, if you wanted too you could add this to your extra.less:

Code:
.structItemContainer .structItem:nth-child(even)
{
        background-color: @xf-contentAltBg;
}
.structItemContainer .structItem
{
    .m-transition();
    &:hover
    {
            background-color: @xf-xbContentBgHover;
    }
}

Adjusted in the next release already.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back