From 03652b3179b7d3d2959b68318fdc5e00f94eb95f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Jul 2019 16:12:35 +0200 Subject: Use ::ng-deep instead of /deep/ --- client/src/app/shared/forms/markdown-textarea.component.scss | 2 +- client/src/app/shared/forms/timestamp-input.component.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/forms') diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 118b38b91..eacaf36a2 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss @@ -16,7 +16,7 @@ flex-grow: 1; } - /deep/ { + ::ng-deep { .nav-link { display: flex !important; align-items: center; diff --git a/client/src/app/shared/forms/timestamp-input.component.scss b/client/src/app/shared/forms/timestamp-input.component.scss index 7115777fd..e7dbcd997 100644 --- a/client/src/app/shared/forms/timestamp-input.component.scss +++ b/client/src/app/shared/forms/timestamp-input.component.scss @@ -1,5 +1,5 @@ p-inputmask { - /deep/ input { + ::ng-deep input { width: 80px; font-size: 15px; -- cgit v1.2.3