GoogleChromeLabs / tooling.report

tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
https://tooling.report
Apache License 2.0
848 stars 49 forks source link

Move link inside to avoid phantom links #359

Closed pepelsbey closed 4 years ago

pepelsbey commented 4 years ago

Currently there are phantom interactive areas on the page:

before

Which makes interface less predictable. When you click on the top right corner of this yellow box, you probably have no idea that it’s related to the header on the left side and what’s going to happen.

after

By having the link inside, you can limit its interactive area.

It’s probably not the only place where titles are wrapped with links, but that’s a start.

pepelsbey commented 4 years ago

UPD: Fixed it both in Summary and Overview cases.