Skip to content

Commit

Permalink
Clear background blur stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Dec 9, 2024
1 parent 6380ea5 commit 7fc22c6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/magento-graphcms/components/Layout/LayoutNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ export function LayoutNavigation(props: LayoutNavigationProps) {
'& .LayoutDefault-header.stickyHeader': {
bgcolor: 'background.default',
boxShadow: 1,

// bgcolor: 'hsl(0deg 0% 100% / 0.95)',
// '&::before': {
// height: '200%',
// content: '""',
// display: 'block',
// position: 'absolute',
// inset: 0,
// WebkitBackdropFilter: 'blur(16px)',
// backdropFilter: 'blur(16px)',
// background: 'linear-gradient(to bottom, hsl(0deg 0% 95%), transparent 50%)',
// pointerEvents: 'none',
// WebkitMaskImage: 'linear-gradient(to bottom, black 0% 50%, transparent 50% 100%)',
// maskImage: 'linear-gradient(to bottom, black 0% 50%, transparent 50% 100%)',
// },
},
},
})}
Expand Down

0 comments on commit 7fc22c6

Please sign in to comment.