When hovering over a link that has the border-bottom: 1px dotted;
rule, it doesn't remove it when adding a text-decoration: underline;
.
Either change the text-decoration: underline;
to a border-bottom: 1px solid;
or add a border-bottom: none;
to it.