.Filesystem_Back {
    --color: transparent;
    --spacing: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 10px;
    background-image: linear-gradient(to right, transparent, var(--color) var(--spacing), var(--color) calc(100% - var(--spacing)), transparent);
}
.Filesystem_Back:hover {
    --color: hsl(0, 0%, 95%);
}
.Filesystem_Back:active {
    --color: hsl(0, 0%, 90%);
}

.Filesystem_Back-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
}

.Filesystem_Back-text {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}
