repology / repology-webapp

Repology web application
https://repology.org
GNU General Public License v3.0
199 stars 26 forks source link

Add js highlighter #33

Open AMDmi3 opened 6 years ago

AMDmi3 commented 6 years ago

Add js bit which reads fragment part of the url and highlights all elements with corresponding class. That is, for metapackage/foo/versions#freebsd it would change background of all elements with class highlight-freebsd (which can be table cells, or inline repository mentions) to light yellow. This would be useful to mark data we're linking to.

Calinou commented 4 years ago

This can be done with just CSS (based on this Stack Overflow answer): https://jsfiddle.net/chgwe8no/