mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
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:
parent
6f571aa4ed
commit
ce687f1261
|
@ -61,11 +61,6 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:visited,
|
||||
&:active {
|
||||
color: @colorGray5;
|
||||
}
|
||||
|
||||
span {
|
||||
font-size: @font-size-minerva-small;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue