anthonyparsons

Customer
Got this little quirk in a question thread, where a solution has already been marked, but you go to choose another and a popup appears, you can't see the text in the quote field on the light style, but the dark style is fine.

See the highlighting below on light style vs dark style is ok.

Screenshot 2020-10-16 100954.png


Screenshot 2020-10-16 101345.png
 
Try this out in extra.less:

Code:
.overlay-content .bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content {
    color: @xf-textColor;
}

I don't think that popup looks good on even the default style! I'll look at some adjustments for the next release.
 
Last edited:
Another quick one... when you post a link into the text field on desktop, the link can't be seen unless you hover your mouse over it. You can see it after posting, but in editing, it does not show as a link. Is that normal?
 
That'll be adjusted in our next release. Looks like we had a fix in there for the old editor.

Try this in extra.less:

Code:
.fr-element a
{
    .xf-xbMessageLink();
    &:hover
    {
        .xf-xbMessageLinkHover();
    }
}
 

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