From c4e5cbc9a78ebe0c983008b5816fcc736a28b8e1 Mon Sep 17 00:00:00 2001 From: Inductiveload Date: Sun, 17 Oct 2021 21:42:49 +0100 Subject: [PATCH] Make missing links in tabs red like all other skins It's extremely annoying to not know if the link you're about to click in a Minerva tab is a link to an existing page or not. So, make the new link red, as is customary in all other skins. Bug: T236608 Change-Id: I3445f91fe0bcf1ddb305f8c350753e10c2dda0b0 --- resources/skins.minerva.amc.styles/tabs.less | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/skins.minerva.amc.styles/tabs.less b/resources/skins.minerva.amc.styles/tabs.less index 60d8906bc..fe6a2383c 100644 --- a/resources/skins.minerva.amc.styles/tabs.less +++ b/resources/skins.minerva.amc.styles/tabs.less @@ -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 {