/* Workaround fix. This removes the hover effect on a sidebar separatorLine */
aside div[data-cy="sidebar-item-"] {
    pointer-events: none;
}
