don't underline links on hover, it's done using border-bottom (#46096)

This commit is contained in:
Frédéric Péters 2020-08-25 17:18:25 +02:00
parent 6f0e704d51
commit c037ecd9f9
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ a, div#account-management ul>li>a {
border-bottom-color: #c64a59;
&:hover {
text-decoration: none;
color: #c64a59;
border-bottom-color: #c64a59;
border-bottom-width: 0.20em;
@ -270,4 +271,4 @@ div#account-management ul {
&:hover { background-color: transparent; }
}
}
}
}