Hide javascript dependent links by default.
We have autofill and clear label functionality that all rely on javascript to work. If by chance the site owner has javascript disabled, the links will be useless. So let's hide via CSS and re-enable via javascript.
We already do this with the "switch buttons" for when changing between post types and taxonomies.
See fature/960-remove-auto-links and yes there's a typo.
This branch is dependent on https://github.com/WebDevStudios/custom-post-type-ui/pull/964 being merged first, since this feature's branch was branched of from the 922 issue.
Missed including this one today, so it can be a 1.17.x release or so.
Did a fresh version via release1170 and abd5426