File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/themes/eui-amsterdam/global_styling/variables Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ;
You can’t perform that action at this time.
0 commit comments