mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
Merge "Make missing links in tabs red like all other skins"
This commit is contained in:
commit
044e723ec1
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue