.item-button { &.checked { background: green; } .item-icon { opacity: 0; transition: opacity 0.2s; &.checked { opacity: 1; } } }