Skip to content

Commit f4708ed

Browse files
authored
Revert "fix: removed style tag for updated cohesion script (#1434)" (#1438)
This reverts commit cb73004.
1 parent cb73004 commit f4708ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/MainApp.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { RegistrationPage } from './register';
2929
import { ResetPasswordPage } from './reset-password';
3030

3131
import './index.scss';
32+
import './cohesion/cohesion.scss';
3233

3334
registerIcons();
3435

src/cohesion/cohesion.scss

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.preampjs [data-preamp],
2+
.fusejs [data-fuse] {
3+
opacity: 0 !important;
4+
}

src/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { ErrorPage } from '@edx/frontend-platform/react';
1212
import configuration from './config';
1313
import messages from './i18n';
1414
import MainApp from './MainApp';
15+
import './cohesion/cohesion.scss';
1516

1617
subscribe(APP_READY, () => {
1718
ReactDOM.render(

0 commit comments

Comments
 (0)