research-software-company / wikidata-fuzzy-search

0 stars 0 forks source link

Change paths to look like text that turns into a link on hover #25

Open zmbq opened 4 years ago

zmbq commented 4 years ago

There is a single path element component (don't remember its name) and it has a CSS. Right now I use <a ...> for an element on the path. This should actually be a <label> that has a CSS style that turns it into a link (blue color, underline) on hover.

Also make sure the cursor looks like a link (cursor: pointer in CSS)