microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

Replace a few buttons with links #10256

Closed riknoll closed 2 weeks ago

riknoll commented 3 weeks ago

fixes https://github.com/microsoft/pxt-minecraft/issues/2483 fixes https://github.com/microsoft/pxt-minecraft/issues/2482

programmatically opening links in minecraft on macos doesn't work for whatever reason. clicking on <a /> elements does, so converting some buttons over to links. frankly, they should have been links in the first place for accessibility reasons.

this also fixes a css bug that was bothering me in the extension dialog where extension card titles were wrapping.