From 03652b3179b7d3d2959b68318fdc5e00f94eb95f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jul 2019 16:12:35 +0200 Subject: Use ::ng-deep instead of /deep/ --- client/src/app/videos/+video-edit/shared/video-edit.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 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 bb775cb0a..9479c588a 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 @@ -122,7 +122,7 @@ my-peertube-checkbox { p-calendar { display: block; - /deep/ { + ::ng-deep { input, .ui-calendar { width: 100%; @@ -135,7 +135,7 @@ p-calendar { } } -/deep/ { +::ng-deep { .root-tabset > .nav { margin-bottom: 15px; } -- cgit v1.2.3