mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 18:29:50 +00:00
Merge "Remove old styles for unnested tabs"
This commit is contained in:
commit
99f457d3a8
|
@ -9,36 +9,6 @@
|
|||
padding-bottom: 6px;
|
||||
display: inline-block;
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
// note core doesn't use BEM.
|
||||
&.selected {
|
||||
border-bottom: @border-width-thick @border-style-base #54595d;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME - this is to be removed in ~a week once the cache has refreshed and there are no more unnested links
|
||||
a.minerva__tab {
|
||||
color: @color-subtle;
|
||||
|
||||
&:visited,
|
||||
&:hover,
|
||||
&:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&.new,
|
||||
&.new:visited,
|
||||
&.new:hover,
|
||||
&.new:active {
|
||||
color: @color-link-new;
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME - once the cache is cleared, remove the li specification and incorporate these back into .minerva__tab
|
||||
li.minerva__tab {
|
||||
a {
|
||||
color: @color-subtle;
|
||||
}
|
||||
|
@ -55,5 +25,14 @@
|
|||
&.new a:active {
|
||||
color: @color-link-new;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
// note core doesn't use BEM.
|
||||
&.selected {
|
||||
border-bottom: @border-width-thick @border-style-base #54595d;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue