fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 85 forks source link

fix(icons): improve icon page search #317

Closed y0hami closed 2 years ago

y0hami commented 2 years ago

Improve the search of the icon page when using native browser find in page function while keeping performance at best.

This new method hides the individual icons rather then the whole category however it keeps the icon name visible. Once the icon itself is within view bounds it will then show it. Using this method the browser will still search the icon names since the text is still on show.

Fixes #316