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, &:visited,
&:hover, &:hover,
&:active, &:active {
text-decoration: none;
}
&.new, &.new,
&.new:visited, &.new:visited,
&.new:active, &.new:hover,
&.new:hover { &.new:active {
color: @colorGray5; color: @color-link-new;
text-decoration: none;
} }
&:last-child { &:last-child {