-
Статья
[Patch Included] Style variation chooser icons don't support non-default weight
- Автор xenforo2
- RSS Feed XenForo
- 0 Ответы
js/xf/core.js
Code:
Код:
const newIcon = XF.createElementFromString(
XF.Icon.getIcon('default', icon)
)
menuIcon.replaceWith(newIcon)
This code essentialy prevents using style variation switcher icons in a non-default weight as the runtime-generated icon HTML becomes invalid if a diffrent weight (fas, etc.) is specified.
It seems unnecessarily limiting and inconsistent with other parts of the software (like forum type icons) where it is possible to use non-default weights.
The...
Read more
Читать далее...