.heading { .heading-anchor { opacity: 0; transition: opacity 0.2s ease; } } .heading:hover .heading-anchor { opacity: 1; }