From 0174e89c2b65cdb8e5e2986c7080140641f86ce2 Mon Sep 17 00:00:00 2001 From: Ayesha Waris Date: Thu, 27 Feb 2025 18:22:12 +0500 Subject: [PATCH] fix: removed style tag for updated cohesion script --- src/MainApp.jsx | 1 - src/cohesion/cohesion.scss | 4 ---- src/index.jsx | 1 - 3 files changed, 6 deletions(-) delete mode 100644 src/cohesion/cohesion.scss diff --git a/src/MainApp.jsx b/src/MainApp.jsx index 4748fdb3ec..79ee84d96d 100755 --- a/src/MainApp.jsx +++ b/src/MainApp.jsx @@ -29,7 +29,6 @@ import { RegistrationPage } from './register'; import { ResetPasswordPage } from './reset-password'; import './index.scss'; -import './cohesion/cohesion.scss'; registerIcons(); diff --git a/src/cohesion/cohesion.scss b/src/cohesion/cohesion.scss deleted file mode 100644 index 7cfbaf7532..0000000000 --- a/src/cohesion/cohesion.scss +++ /dev/null @@ -1,4 +0,0 @@ -.preampjs [data-preamp], -.fusejs [data-fuse] { - opacity: 0 !important; -} diff --git a/src/index.jsx b/src/index.jsx index 1f72d9b6d5..b113179469 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -12,7 +12,6 @@ import { ErrorPage } from '@edx/frontend-platform/react'; import configuration from './config'; import messages from './i18n'; import MainApp from './MainApp'; -import './cohesion/cohesion.scss'; subscribe(APP_READY, () => { ReactDOM.render(