Fix page toolbar border

VISUAL CHANGES:
- Minor tweaks to border color

Bug: T318952
Change-Id: I887e9dc922828a64afe010c2c13912711fcfbaa1
This commit is contained in:
bwang 2022-09-30 12:13:56 -05:00 committed by Jdlrobson
parent 4b17edadd7
commit 76f73decca
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
// clearfix for #left-navigation and #right-navigation
display: flow-root;
// Use box-shadow instead of border to allow border collapsing between titlebar and toolbar
box-shadow: 0 1px @border-color-base;
box-shadow: 0 1px @border-color-portal-heading;
// Add bottom margin to account for box-shadow
margin-bottom: 1px;
/* Targets #left-navigation and #right-navigation */
& > div {