Sibling Hover Fade

Hover
CSS
CMS
Last Updated: Nov 11, 2025
<style>
@media (hover: hover) {
	.hover-5_list:has(> :hover) > :not(:hover) {
		opacity: 0.4;
	}
}
</style>