diff options
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-actions-dropdown.component.scss | 2 | ||||
-rw-r--r-- | client/src/app/shared/video/video-miniature.component.scss | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/shared/video/video-actions-dropdown.component.scss b/client/src/app/shared/video/video-actions-dropdown.component.scss index 7ffdce822..67d7ee86a 100644 --- a/client/src/app/shared/video/video-actions-dropdown.component.scss +++ b/client/src/app/shared/video/video-actions-dropdown.component.scss | |||
@@ -7,6 +7,6 @@ | |||
7 | } | 7 | } |
8 | } | 8 | } |
9 | 9 | ||
10 | /deep/ .icon-playlist-add { | 10 | ::ng-deep .icon-playlist-add { |
11 | left: 2px; | 11 | left: 2px; |
12 | } | 12 | } |
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 | } |