diff --git a/frontend/app/components/Session_/Player/Controls/EventsList.tsx b/frontend/app/components/Session_/Player/Controls/EventsList.tsx index 583a680e3..c469c71a9 100644 --- a/frontend/app/components/Session_/Player/Controls/EventsList.tsx +++ b/frontend/app/components/Session_/Player/Controls/EventsList.tsx @@ -4,9 +4,7 @@ import { MobilePlayerContext, } from 'Components/Session/playerContext'; import { observer } from 'mobx-react-lite'; -import stl from './timeline.module.css'; import { getTimelinePosition } from './getTimelinePosition'; -import classNames from 'classnames'; import { useStore } from '@/mstore'; function EventsList() { @@ -41,9 +39,7 @@ function EventsList() {
))} @@ -63,7 +59,7 @@ function MobileEventsList() { ))} diff --git a/frontend/app/components/Session_/Player/Controls/timeline.module.css b/frontend/app/components/Session_/Player/Controls/timeline.module.css index 18d089a24..a067d6b8e 100644 --- a/frontend/app/components/Session_/Player/Controls/timeline.module.css +++ b/frontend/app/components/Session_/Player/Controls/timeline.module.css @@ -49,28 +49,6 @@ z-index: 2; } - -.event { - position: absolute; - width: 2px; - height: 10px; - background: $main; - z-index: 3; - pointer-events: none; - /* top: 0; */ - /* bottom: 0; */ - /* &:hover { - width: 10px; - height: 10px; - margin-left: -6px; - z-index: 1; - };*/ -} - -.event__highlighted { - background: #f0a930; -} - /* .event.click, .event.input { background: $green; }