diff --git a/src/core/features/user/pages/participants/participants.page.ts b/src/core/features/user/pages/participants/participants.page.ts index d990edf91..47633f894 100644 --- a/src/core/features/user/pages/participants/participants.page.ts +++ b/src/core/features/user/pages/participants/participants.page.ts @@ -31,7 +31,6 @@ import { CoreRoutedItemsManagerSourcesTracker } from '@classes/items-management/ @Component({ selector: 'page-core-user-participants', templateUrl: 'participants.html', - styleUrls: ['participants.scss'], }) export class CoreUserParticipantsPage implements OnInit, AfterViewInit, OnDestroy { diff --git a/src/core/features/user/pages/participants/participants.scss b/src/core/features/user/pages/participants/participants.scss deleted file mode 100644 index 9652a7194..000000000 --- a/src/core/features/user/pages/participants/participants.scss +++ /dev/null @@ -1,13 +0,0 @@ -:host { - - core-split-view { - isolation: isolate; - } - - core-search-box { - position: sticky; - top: 8px; - z-index: 1; - } - -}