.ux-menu-link.flex.menu-item.feedback a {
    color: #000;
    position: relative;
}

.ux-menu-link.flex.menu-item.feedback a::before {
    content: "";
    position: absolute;
    top: 3%;
    left: -15px;
    height: 94%;
    width: 0.125rem;
    background-color: #000;
}