Background
Currently the language button and indicators are defined before the h1 in the page titlebar mustache template (ContentHeader.less). This doesn't match the visual design, and the expected order. This task is for switching the source order so that the h1 goes first.
AC
- No visual changes
- Both language button and indicators in header works the same
- The h1 comes first in the DOM
Developer notes
The current source order is due to us using floats to position the language button and indicators. Our solution could continue to use floats, or potentially flexbox
QA Results - Beta
AC | Status | Details |
---|---|---|
1 | ✅ | T313947#8240051 |
QA Results - Prod
AC | Status | Details |
---|---|---|
1 | ✅ | T313947#8246948 |