#changelist-filter-extra-actions > a:hover {
    background-color: revert;
}

.overflow-indicator {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), white);
}

.overflow-indicator:is(.dark *) {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(var(--color-base-900)));
}
