Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jul 27, 2023
1 parent 64338e9 commit 8ad487c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/header/header_links/header_links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const EuiHeaderLinks: FunctionComponent<EuiHeaderLinksProps> = ({
return () => {
window.removeEventListener('resize', closeMenu);
};
});
}, [closeMenu]);

const classes = classNames('euiHeaderLinks', className);

Expand Down
6 changes: 0 additions & 6 deletions src/global_styling/variables/_header.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// Themeable colors
$euiHeaderBackgroundColor: $euiColorEmptyShade !default;

// Layout vars
$euiHeaderHeight: $euiSizeXXL + $euiSizeS !default;
$euiHeaderChildSize: $euiSizeXXL !default;

// Use the following variable in other components to afford for the fixed header
$euiHeaderHeightCompensation: $euiHeaderHeight !default;

0 comments on commit 8ad487c

Please sign in to comment.