Files
ElvUI_CoA/Modules
Narcasung d9476af220 Skin the Challenges frame's Challenges tab
The tab is the Trials tab again in every detail that matters: the same
three children under the same suffixes, the same store divider as its
list container's only region, the same silver-button filter, and its
scroll arrows named off the scroll frame rather than off the bar. So it
takes the same four calls, sharing the divider constant rather than
copying it.

Everything exists before the tab has ever been opened, so it goes
through SkinContents with the rest and needs no hook of its own.
2026-08-22 16:47:04 +02:00
..