aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video/video-miniature.component.scss')
-rw-r--r--client/src/app/shared/video/video-miniature.component.scss8
1 files changed, 4 insertions, 4 deletions
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;
68 width: $more-button-width; 68 width: $more-button-width;
69 height: 30px; 69 height: 30px;
70 70
71 /deep/ .dropdown-root:not(.show) { 71 ::ng-deep .dropdown-root:not(.show) {
72 opacity: 0; 72 opacity: 0;
73 } 73 }
74 74
75 /deep/ .playlist-dropdown.show + my-action-dropdown .dropdown-root { 75 ::ng-deep .playlist-dropdown.show + my-action-dropdown .dropdown-root {
76 opacity: 1; 76 opacity: 1;
77 } 77 }
78 } 78 }
79 79
80 &:hover .video-actions /deep/ .dropdown-root { 80 &:hover .video-actions ::ng-deep .dropdown-root {
81 opacity: 1; 81 opacity: 1;
82 } 82 }
83 83
@@ -90,7 +90,7 @@ $more-margin-right: 10px;
90 margin: 0; 90 margin: 0;
91 top: -3px; 91 top: -3px;
92 92
93 /deep/ .dropdown-root { 93 ::ng-deep .dropdown-root {
94 opacity: 1 !important; 94 opacity: 1 !important;
95 } 95 }
96 } 96 }