.active-row:focus-within {
    background:rgba(100, 100, 100, 0.2);
    transition:  0.5s;
}

.hover-row:hover {
    background:rgba(100, 100, 100, 0.2);
    transition:  0.5s;
}