codidact / qpixel

Q&A-based community knowledge-sharing software
https://codidact.com
GNU Affero General Public License v3.0
385 stars 69 forks source link

Tags page implies you can click in description but you can't #1244

Open cellio opened 9 months ago

cellio commented 9 months ago

meta:288746

On the list of all tags for a category, hovering over a tag's description highlights the background, which can imply that you can click. However, only the tag name itself is a click target, not the whole "cell".

The cursor remains a regular cursor (not a click-target cursor), so I don't think it will lead an observant user astray, but we should probably make the whole highlighted area clickable.

I took a look at the view code to see if I could just handle this instead of logging an issue, but the actual rendering is a few layers deep and I got lost.