Fixed Editor active button background style

Russ

Well-known member
Affected version
2.3
Template: editor_override.less
Line: 47+ 48:
Code:
@btn-active-text: @xf-editorButtonActiveColor; // @ui-color;
@btn-active-bg: @xf-majorHeadingBg; // @ui-active-color;

This doesn't really make much sense to me to use a background color from one element, but a color from a different property.

Having darker block headers:
1723831749229.webp

I feel like either there shouldn't be a background, or add a new property "Editor button active background"

(There's already an editor button hover background).
 
Last edited:
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.3).

Change log:
Use the `editorButtonSelectedBg` property for active editor button backgrounds
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom