setTimeout(()=>{ document.querySelectorAll('#block-button-1438 .bean-small-button').forEach(el=>{ el.addEventListener('mouseenter',function(){ document.querySelectorAll('#block-button-1438 .bean-small-button').forEach(e2=>{ e2.classList.remove('bean-small-button-hover'); }); el.classList.add('bean-small-button-hover'); }) })},10); .block-container{ margin-left:20px; } .block-buttons{ display:flex; margin-top:10px; } .bean-small-button{ width:50px; height:50px; display:flex; align-items: