This PR converts the messy string interpolation and concatenation to flarum/utils/classList calls. I've also added a couple extra classes to help with styling, as well as fixing some class names which deviate from the format Flarum use.
Styling has been converted to proper Less, compared to the compiled CSS which was present before.
I would have split this PR up, but as I'm fixing classNames, it'd make PR'ing the updated styles harder as they'd need to match the old classes, new classes, or both.
This PR converts the messy string interpolation and concatenation to
flarum/utils/classList
calls. I've also added a couple extra classes to help with styling, as well as fixing some class names which deviate from the format Flarum use.Styling has been converted to proper Less, compared to the compiled CSS which was present before.
I would have split this PR up, but as I'm fixing classNames, it'd make PR'ing the updated styles harder as they'd need to match the old classes, new classes, or both.