diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-24 16:12:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-07-25 11:00:43 +0200 |
commit | 03652b3179b7d3d2959b68318fdc5e00f94eb95f (patch) | |
tree | 4e24adb0d7ecb89b23f4c86bae402af3b660f934 /client/src/app/shared/video | |
parent | f36da21e40104a50acb00132920b835240cebb38 (diff) | |
download | PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.tar.gz PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.tar.zst PeerTube-03652b3179b7d3d2959b68318fdc5e00f94eb95f.zip |
Use ::ng-deep instead of /deep/
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 | } |