mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-17 03:08:12 +00:00
240280b906
white-space:nowrap is simpler and better supported. Change-Id: I8c44cdd3c30a4cad1817b7912f9bbaae9e5ef641
30 lines
497 B
Plaintext
30 lines
497 B
Plaintext
.minerva__tab-container {
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
|
|
.minerva__tab {
|
|
font-size: @taglineFontSize;
|
|
margin: 0 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;
|
|
}
|
|
}
|
|
}
|