Remove unnecessary visited/active color from main-menu links

These styles are unnecessary because the visited/active color
is inherited from the styles on the `a` element.

Also causes an issue when clicking on the logout link.

Bug: T240644
Change-Id: I908121043487bb01c55e76b3e366aa3d4c624ce7
This commit is contained in:
Jan Drewniak 2020-01-06 16:17:51 +01:00 committed by Jdlrobson
parent 6f571aa4ed
commit ce687f1261

View file

@ -61,11 +61,6 @@
text-decoration: none;
}
&:visited,
&:active {
color: @colorGray5;
}
span {
font-size: @font-size-minerva-small;
font-weight: bold;