Skip to content

Commit

Permalink
Merge pull request #289 from whyboris/ng-deep
Browse files Browse the repository at this point in the history
/deep/ -> ::ng-deep
  • Loading branch information
whyboris authored Oct 18, 2019
2 parents 3764835 + 9beaa3f commit 27d9720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

// add arrows styling to what the folder-arrows.pipe puts out
/deep/ .icon-arrow:before {
::ng-deep .icon-arrow:before {
color: $gray-50;
content: '\f1a0'; // chevron-right
display: inline-block;
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/layout.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "variables";

/deep/ * {
::ng-deep * {
user-select: none;
}

Expand Down

0 comments on commit 27d9720

Please sign in to comment.