Moving the mouse over buttons on the 404 page makes the text the same color as their background:
The buttons’ focus state is ok and doesn’t display the issue.
The issue doesn’t occur with the search button at the very bottom of the page.
Moving the mouse over buttons on the 404 page makes the text the same color as their background:
The buttons’ focus state is ok and doesn’t display the issue.
The issue doesn’t occur with the search button at the very bottom of the page.
It seems those pages are missing the top-level classes of discourse-no-touch
and the likes.
I could add extra CSS to make sure the buttons are properly styled, but it’s a better bet (and more encompassing) to make sure those classes are added, if possible.
I don’t think we can do this @chapoi these pages don’t use ember and are rendered on the server side so we don’t know the capabilities of the client.
I think you need to style this using the no-ember
class on the body to target these buttons efficiently.