-
Task
-
Resolution: Released
-
Should have
-
2
-
Performance
-
Sprint #150
planet4-master-theme/assets/src/js/author.js
setupAuthor() switches classes of a headline when hovering an adjacent image.
This could be replaced by a CSS rule :hover + sibling, ie:
.search-result-item-image:hover + div .search-result-item-headline { text-decoration: underline; }
The same JS code is also in search.js and should be completely removed from there.
- blocks
-
PLANET-5771 jQuery: remove jQuery from app.js
- CLOSED
- clones
-
PLANET-5752 jQuery: remove jQuery from enhancedDonateButton.js
- CLOSED