A few bugs came up while doing the visual design review of the floating action button ToC:
The bold text should be an on-state giving user feedback for which section they're in. A reader's current section should be bold text and have the base colour. What happens now: the [Top] item in the Toc stays bold regardless of where you are on the article and what you've clicked. What should happen: the current section that the readers is on should have the active styling. Clicking on a link in the ToC should make that item have the active style. Scrolling should "move" the active style down the ToC link list.-> Moved to T413403Something about our implementation seems to have broken our lead paragraph hoisting logic. The first thing in the content view on Minerva should always be the lead paragraph, not the infobox. The logic is handled by MoveLeadParagraphTransform in MobileFrontend. The legacy parser incorrectly places the infobox before the leading paragraph.---> Moved to T416405- At wider viewport sizes, the ToC window should be centre aligned, not left aligned. ---> Addressed in this patch / T413402 / patchdemo: https://cbf2720cb4.catalyst.wmcloud.org/w/index.php?title=Alfalfa&mpo=minerva-toc-button:treatment#toc
- The open ToC menu doesn't work in dark mode and has hard-coded colours.

