The HTML `class` attribute was declared twice and so the second one was being ignored. In the case of messages, it was "working" properly because the `class=is-active` part is not used on `<li>` tags when they've got a `<ul>` inside them.
The HTML `class` attribute was declared twice and so the second one was being ignored. In the case of messages, it was "working" properly because the `class=is-active` part is not used on `<li>` tags when they've got a `<ul>` inside them.