From 02c01341f4dae30ec6b81fcb644952393d73c4a8 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 5 Aug 2020 00:50:07 +0200 Subject: add ng-select for templatable select options - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation --- client/src/app/+videos/+video-edit/shared/video-edit.component.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.scss') diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss index 69b907288..9caf009c5 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss @@ -161,8 +161,6 @@ p-calendar { } } -@include ng2-tags; - // columns for the video .col-video-edit { @include make-col-ready(); -- cgit v1.2.3