/* Fade the links that are not active */ .tab-content__bottom:has(.tab-content__item.active) .tab-content__item:not(.active) { opacity: 0.5; } @media (hover:hover) and (pointer:fine) { .tab-content__item:not(.active):hover .tab-content__item-bottom { background-color: rgba(0, 0, 0, 0.75); } .tab-content__item:not(.active):hover .content-item__nr { transform: translate(25%, 0px); } }