.row {
    display: block;
    outline: 0;
    border: 0;
    transition: 200ms ease background;
}

.row:focus {
    background: var(--theme-focused-foreground);
}