mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +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,
|
||||
&: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 {
|
||||
|
|
Loading…
Reference in a new issue