]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.scss
Use ::ng-deep instead of /deep/
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-playlists / my-account-video-playlists.component.scss
index f648c33e4786ea121569db1a8155b6a6a0543c5b..dd5712c06d39f4753fdf4cf8d1599131d88839f0 100644 (file)
@@ -5,7 +5,7 @@
   @include create-button;
 }
 
-/deep/ .action-button {
+::ng-deep .action-button {
   &.action-button-delete {
     margin-right: 10px;
   }
@@ -17,7 +17,7 @@
   .miniature-wrapper {
     flex-grow: 1;
 
-    /deep/ .miniature {
+    ::ng-deep .miniature {
       display: flex;
 
       .miniature-info {