Skip to content

Commit

Permalink
Remove "cookie notification" JS and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sacr3dc0w committed Apr 11, 2024
1 parent a8bb619 commit 79f40f0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 85 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Remove "cookie notification" JS and CSS [#2447](https://github.com/bigcommerce/cornerstone/pull/2447)
- Storefront nav for switching between country-specific websites (step 1) [#2453](https://github.com/bigcommerce/cornerstone/pull/2453)
- ADA Compliance - Accordion buttons are not read by screen reader correctly [#2441](https://github.com/bigcommerce/cornerstone/pull/2441)
- ADA Compliance - Region requires additional ARIA markup to assist screen reader users [#2435](https://github.com/bigcommerce/cornerstone/pull/2435)
Expand Down
2 changes: 0 additions & 2 deletions assets/js/theme/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import menu from './global/menu';
import foundation from './global/foundation';
import quickView from './global/quick-view';
import cartPreview from './global/cart-preview';
import privacyCookieNotification from './global/cookieNotification';
import carousel from './common/carousel';
import svgInjector from './global/svg-injector';

Expand All @@ -25,7 +24,6 @@ export default class Global extends PageManager {
carousel(this.context);
menu();
mobileMenuToggle();
privacyCookieNotification();
svgInjector();
}
}
33 changes: 0 additions & 33 deletions assets/js/theme/global/cookieNotification.js

This file was deleted.

3 changes: 0 additions & 3 deletions assets/scss/components/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@
// Preview Cart
@import "stencil/previewCart/component";

// Cookie Warning
@import "stencil/cookie/component";

// Login
@import "stencil/login";

Expand Down
7 changes: 0 additions & 7 deletions assets/scss/components/stencil/cookie/_component.scss

This file was deleted.

40 changes: 0 additions & 40 deletions assets/scss/components/stencil/cookie/_cookie.scss

This file was deleted.

0 comments on commit 79f40f0

Please sign in to comment.