mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
44ed0f5e69
Per design review with Alex. Bug: T212216 Change-Id: Id4e1f5167c50a8d75a0682c4e8ed219c36b93be3
24 lines
407 B
Plaintext
24 lines
407 B
Plaintext
.minerva__tab {
|
|
font-size: @taglineFontSize;
|
|
margin: 18px 10px 1px 0;
|
|
color: @colorGray5;
|
|
font-weight: bold;
|
|
padding-bottom: 6px;
|
|
display: inline-block;
|
|
|
|
&:visited,
|
|
&:hover,
|
|
&:active,
|
|
&.new,
|
|
&.new:visited,
|
|
&.new:active,
|
|
&.new:hover {
|
|
color: @colorGray5;
|
|
text-decoration: none;
|
|
}
|
|
// note core doesn't use BEM.
|
|
&.selected {
|
|
border-bottom: (@pageActionBorder * 2) solid @colorGray5;
|
|
}
|
|
}
|