pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Fix external links #121

Closed noisysocks closed 5 years ago

noisysocks commented 5 years ago

Fixes #117.

Stops external links having a too-dark blue colour, and prevents them from opening within the Electron shell.

I introduced an ExternalLink component because some care is necessary when adding onClick to a <a> to make sure that it's all still accessible.

Screen Shot 2019-03-27 at 16 22 01