/* Whole-row navigation for changelist tables and the navigation menu. */
#result_list tbody tr.clickable-row,
#nav-sidebar .module tr.clickable-row,
#content-main .module tr.clickable-row {
    cursor: pointer;
}

#result_list tbody tr.clickable-row:hover {
    background: var(--selected-row, #ffc);
}

#nav-sidebar .module tr.clickable-row:hover th,
#nav-sidebar .module tr.clickable-row:hover td {
    background: rgba(0, 0, 0, 0.06);
}
