Skip to content

Commit dd0153a

Browse files
author
cchaos
committed
Last style fix
1 parent ecac9d3 commit dd0153a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src-docs/src/views/header/header_position.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default () => {
1313
const sections = [
1414
{
1515
items: [<EuiHeaderLogo iconType="logoKibana">Kibana</EuiHeaderLogo>],
16+
borders: 'right',
1617
},
1718
];
1819

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
$euiHeaderBorderColor: shade($euiBorderColor, 3%);
2-
$euiHeaderHeight: $euiSizeXXL + $euiSizeS;
1+
// Curated border color to fade into the shadow without looking too much like a border
2+
// It adds separation between the header and flyout
3+
$euiHeaderBorderColor: lightOrDarkTheme(shade($euiBorderColor, 3%), shade($euiColorEmptyShade, 35%));
34

5+
$euiHeaderHeight: $euiSizeXXL + $euiSizeS;
46
$euiHeaderChildSize: $euiSizeXXL;
57
$euiHeaderHeightCompensation: $euiHeaderHeight;

0 commit comments

Comments
 (0)