Skip to content

Commit 27d9720

Browse files
authored
Merge pull request #289 from whyboris/ng-deep
/deep/ -> ::ng-deep
2 parents 3764835 + 9beaa3f commit 27d9720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/components/gallery.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060

6161
// add arrows styling to what the folder-arrows.pipe puts out
62-
/deep/ .icon-arrow:before {
62+
::ng-deep .icon-arrow:before {
6363
color: $gray-50;
6464
content: '\f1a0'; // chevron-right
6565
display: inline-block;

src/app/components/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import "variables";
22

3-
/deep/ * {
3+
::ng-deep * {
44
user-select: none;
55
}
66

0 commit comments

Comments
 (0)