div.disabled {
    color: gray;
}

.disabled a:hover {
    pointer-events: none !important;
}

.disabled a {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: #adadad !important;
}

.disabled a::after {
    content: none;
}