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:
jdlrobson 2019-02-13 11:42:15 -08:00
parent 4807b3c6fd
commit 44ed0f5e69
3 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@
@titleSectionSpacingBottom: 25px; @titleSectionSpacingBottom: 25px;
// Page actions // Page actions
@tabBorderSize: ( 1em / 16px ) * 2;
@taglineFontSize: 0.85em; @taglineFontSize: 0.85em;
@pageActionBorder: 1px;
// colors // colors
@chromeColor: @grayLightest; @chromeColor: @grayLightest;

View File

@ -18,6 +18,6 @@
} }
// note core doesn't use BEM. // note core doesn't use BEM.
&.selected { &.selected {
border-bottom: @tabBorderSize solid @colorGray5; border-bottom: (@pageActionBorder * 2) solid @colorGray5;
} }
} }

View File

@ -25,8 +25,8 @@
overflow: hidden; overflow: hidden;
width: 100%; width: 100%;
margin-top: -2px; margin-top: -2px;
border-top: 1px solid @colorGray14; border-top: @pageActionBorder solid @colorGray14;
border-bottom: 1px solid @colorGray12; border-bottom: @pageActionBorder solid @colorGray12;
padding: 0.5em 0; padding: 0.5em 0;
li { li {