mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
3d74f38a51
Depends-on: I22e9c0d67b69ed37310c47db55bedb67f51efc90 Bug: T375832 Change-Id: I6e9e29fd5b140ae8eb4e6b011d558ea778c92028
31 lines
517 B
Plaintext
31 lines
517 B
Plaintext
.minerva__tab-container {
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
|
|
.minerva__tab {
|
|
margin: 0 10px 0 0;
|
|
padding-bottom: 6px;
|
|
display: inline-block;
|
|
|
|
.minerva__tab-text {
|
|
font-size: @font-size-tag-line;
|
|
font-weight: bold;
|
|
color: @color-subtle;
|
|
text-decoration: none;
|
|
}
|
|
|
|
&.new .minerva__tab-text {
|
|
color: @color-link-red;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
// note core doesn't use BEM.
|
|
&.selected {
|
|
border-bottom: @border-width-thick @border-style-base #54595d;
|
|
}
|
|
}
|
|
}
|