Skip to content

Commit

Permalink
Remove deprecated euiHeader Sass mixin and variables (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Oct 9, 2023
1 parent 19147e4 commit edcb655
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 35 deletions.
29 changes: 0 additions & 29 deletions src/global_styling/mixins/_header.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/global_styling/mixins/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

@import 'button';
@import 'form';
@import 'header';
@import 'loading';
@import 'link';
@import 'panel';
Expand Down
3 changes: 0 additions & 3 deletions src/global_styling/variables/_header.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/global_styling/variables/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

@import 'buttons';
@import 'form';
@import 'header';
@import 'page';
@import 'panel';
@import 'tool_tip';
1 change: 0 additions & 1 deletion src/themes/amsterdam/global_styling/mixins/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

@import '../../../../global_styling/mixins/button';
@import '../../../../global_styling/mixins/form';
@import '../../../../global_styling/mixins/header';
@import '../../../../global_styling/mixins/loading';
@import 'link';
@import '../../../../global_styling/mixins/panel';
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/7264.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Breaking changes**

- Removed `euiHeaderAffordForFixed` Sass mixin, and `$euiHeaderHeight` and `$euiHeaderHeightCompensation` Sass variables. Use the CSS variable `--var(euiFixedHeadersOffset, 0)` instead.

0 comments on commit edcb655

Please sign in to comment.