Skip to content

Commit

Permalink
fix(mega-menu): Hiding in print css - FRONT-4704
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Dec 20, 2024
1 parent b161870 commit d7e07f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
* Mega Menu print
* @define megaMenu
*/

.ecl-mega-menu {
display: none;
}
1 change: 1 addition & 0 deletions src/presets/ec/src/ec-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
@use '@ecl/vanilla-component-menu/menu-print' with (
$theme: theme.$theme
);
@use '@ecl/vanilla-component-mega-menu/mega-menu-print';
@use '@ecl/vanilla-component-site-footer/site-footer-print';
@use '@ecl/vanilla-component-site-header/site-header-print' with (
$theme: theme.$theme
Expand Down
1 change: 1 addition & 0 deletions src/presets/eu/src/eu-print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
@use '@ecl/vanilla-component-menu/menu-print' with (
$theme: theme.$theme
);
@use '@ecl/vanilla-component-mega-menu/mega-menu-print';
@use '@ecl/vanilla-component-site-footer/site-footer-print';
@use '@ecl/vanilla-component-site-header/site-header-print' with (
$theme: theme.$theme
Expand Down

0 comments on commit d7e07f4

Please sign in to comment.