mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +00:00
Talk tab select should sit on top of page actions
Per design review with Alex. Bug: T212216 Change-Id: Id4e1f5167c50a8d75a0682c4e8ed219c36b93be3
This commit is contained in:
parent
4807b3c6fd
commit
44ed0f5e69
|
@ -46,8 +46,8 @@
|
|||
@titleSectionSpacingBottom: 25px;
|
||||
|
||||
// Page actions
|
||||
@tabBorderSize: ( 1em / 16px ) * 2;
|
||||
@taglineFontSize: 0.85em;
|
||||
@pageActionBorder: 1px;
|
||||
|
||||
// colors
|
||||
@chromeColor: @grayLightest;
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
}
|
||||
// note core doesn't use BEM.
|
||||
&.selected {
|
||||
border-bottom: @tabBorderSize solid @colorGray5;
|
||||
border-bottom: (@pageActionBorder * 2) solid @colorGray5;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
overflow: hidden;
|
||||
width: 100%;
|
||||
margin-top: -2px;
|
||||
border-top: 1px solid @colorGray14;
|
||||
border-bottom: 1px solid @colorGray12;
|
||||
border-top: @pageActionBorder solid @colorGray14;
|
||||
border-bottom: @pageActionBorder solid @colorGray12;
|
||||
padding: 0.5em 0;
|
||||
|
||||
li {
|
||||
|
|
Loading…
Reference in a new issue