RadzenProfileMenuItem has underline on Edge but not Chrome

I have a simple (Blazor) RadzenProfileMenu:

        <RadzenProfileMenu style="background-color: darkorange; border-left: none;">
            <Template>
                <RadzenIcon Icon="account_circle"></RadzenIcon>
            </Template>
            <ChildContent>
                <RadzenProfileMenuItem Text="Login or Register" Path="authentication/login" Icon="account_circle"/>
                <RadzenProfileMenuItem Text="Login or Register" Path="authentication/login" Icon="account_circle"/>
            </ChildContent>
        </RadzenProfileMenu>

The menu items (Login or Register) show up as underlined on Edge but not on Chrome.

image

image

Just FYI, Firefox does not underline the menu items either.
Any ideas?

The underline does not show up in Incognito mode on Edge.
What would be causing this?
It doesn't happen on the ProfileMenu on the Razden web site.

You can use the browser dev tools to inspect where the underline is coming from.