Merge "Make missing links in tabs red like all other skins"

This commit is contained in:
jenkins-bot 2021-10-19 19:13:05 +00:00 committed by Gerrit Code Review
commit 044e723ec1

View file

@ -12,13 +12,15 @@
&:visited,
&:hover,
&:active,
&:active {
text-decoration: none;
}
&.new,
&.new:visited,
&.new:active,
&.new:hover {
color: @colorGray5;
text-decoration: none;
&.new:hover,
&.new:active {
color: @color-link-new;
}
&:last-child {