td a:not(.btn) {
    text-decoration: none !important;
}

td a:not(.btn):hover {
    text-decoration: none !important;
    color: var(--primary) !important;
}