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/shared/video/video-miniature.component.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/shared/video/video-miniature.component.scss') diff --git a/client/src/app/shared/video/video-miniature.component.scss b/client/src/app/shared/video/video-miniature.component.scss index d665ce021..dac178bde 100644 --- a/client/src/app/shared/video/video-miniature.component.scss +++ b/client/src/app/shared/video/video-miniature.component.scss @@ -68,16 +68,16 @@ $more-margin-right: 10px; width: $more-button-width; height: 30px; - /deep/ .dropdown-root:not(.show) { + ::ng-deep .dropdown-root:not(.show) { opacity: 0; } - /deep/ .playlist-dropdown.show + my-action-dropdown .dropdown-root { + ::ng-deep .playlist-dropdown.show + my-action-dropdown .dropdown-root { opacity: 1; } } - &:hover .video-actions /deep/ .dropdown-root { + &:hover .video-actions ::ng-deep .dropdown-root { opacity: 1; } @@ -90,7 +90,7 @@ $more-margin-right: 10px; margin: 0; top: -3px; - /deep/ .dropdown-root { + ::ng-deep .dropdown-root { opacity: 1 !important; } } -- cgit v1.2.3