Use underlined links for opening the web browser in error messages
While reviewing !1145 (merged), I noticed that we still use buttons to open the bug report URL in error message UIs.
These days, the HIG recommends using links rather than buttons to open a web page in the user's web browser.
Implement that. Here's an example:
| Before | After |
|---|---|
![]() |
![]() |

