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/+my-account | |
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/+my-account')
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index 77fce138b..20582e478 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss | |||
@@ -5,7 +5,7 @@ | |||
5 | @include create-button; | 5 | @include create-button; |
6 | } | 6 | } |
7 | 7 | ||
8 | /deep/ .action-button { | 8 | ::ng-deep .action-button { |
9 | &.action-button-delete { | 9 | &.action-button-delete { |
10 | margin-right: 10px; | 10 | margin-right: 10px; |
11 | } | 11 | } |
diff --git a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss index f648c33e4..dd5712c06 100644 --- a/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss +++ b/client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss | |||
@@ -5,7 +5,7 @@ | |||
5 | @include create-button; | 5 | @include create-button; |
6 | } | 6 | } |
7 | 7 | ||
8 | /deep/ .action-button { | 8 | ::ng-deep .action-button { |
9 | &.action-button-delete { | 9 | &.action-button-delete { |
10 | margin-right: 10px; | 10 | margin-right: 10px; |
11 | } | 11 | } |
@@ -17,7 +17,7 @@ | |||
17 | .miniature-wrapper { | 17 | .miniature-wrapper { |
18 | flex-grow: 1; | 18 | flex-grow: 1; |
19 | 19 | ||
20 | /deep/ .miniature { | 20 | ::ng-deep .miniature { |
21 | display: flex; | 21 | display: flex; |
22 | 22 | ||
23 | .miniature-info { | 23 | .miniature-info { |