We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3764835 + 9beaa3f commit 27d9720Copy full SHA for 27d9720
src/app/components/gallery.scss
@@ -59,7 +59,7 @@
59
}
60
61
// add arrows styling to what the folder-arrows.pipe puts out
62
-/deep/ .icon-arrow:before {
+::ng-deep .icon-arrow:before {
63
color: $gray-50;
64
content: '\f1a0'; // chevron-right
65
display: inline-block;
src/app/components/layout.scss
@@ -1,6 +1,6 @@
1
@import "variables";
2
3
-/deep/ * {
+::ng-deep * {
4
user-select: none;
5
6
0 commit comments