Open stof opened 6 years ago
similar to #522
I think I understood the issue here. The icon is floated, not the link. But this means that the link has always a width of 0
, and so we cannot click on it.
and another thing. the link itself is behind the .feature-title
element. So when clicking, the click goes to the title, not to the link
could be helped by making search terms a URL query param
When hovering a feature, an anchor appears near the name, corresponding to the permalink to the feature. But clicking on it has no effect at all, which means the only way to get the permalink is to use the developer tools to get the target of the anchor manually.
In case this is browser-specific, I'm using Firefox 61.0.1 on Ubuntu.