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/video-add.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/videos/+video-edit/video-add.component.scss') diff --git a/client/src/app/videos/+video-edit/video-add.component.scss b/client/src/app/videos/+video-edit/video-add.component.scss index dd97b79ee..da711ec5b 100644 --- a/client/src/app/videos/+video-edit/video-add.component.scss +++ b/client/src/app/videos/+video-edit/video-add.component.scss @@ -5,7 +5,7 @@ $border-width: 3px; $border-type: solid; $border-color: #EAEAEA; -/deep/ .root-tabset.video-add-tabset { +::ng-deep .root-tabset.video-add-tabset { &.hide-nav > .nav { display: none !important; } @@ -52,4 +52,4 @@ $border-color: #EAEAEA; justify-content: center; align-items: center; } -} \ No newline at end of file +} -- cgit v1.2.3