From e48ab1888b87ce51f63fdffd77aae7bb84368ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:04:29 +0300 Subject: [PATCH] Cosmetics --- src/app/components/tristatecheckbox/tristatecheckbox.css | 5 ----- src/app/showcase/doc/tristatecheckbox/basicdoc.ts | 6 +++--- src/app/showcase/doc/tristatecheckbox/invaliddoc.ts | 8 ++++---- src/app/showcase/doc/tristatecheckbox/reactiveformsdoc.ts | 6 +++--- 4 files changed, 10 insertions(+), 15 deletions(-) delete mode 100644 src/app/components/tristatecheckbox/tristatecheckbox.css diff --git a/src/app/components/tristatecheckbox/tristatecheckbox.css b/src/app/components/tristatecheckbox/tristatecheckbox.css deleted file mode 100644 index 11d05e8bd90..00000000000 --- a/src/app/components/tristatecheckbox/tristatecheckbox.css +++ /dev/null @@ -1,5 +0,0 @@ -@layer primeng { - .p-tristatecheckbox-label { - cursor: pointer; - } -} diff --git a/src/app/showcase/doc/tristatecheckbox/basicdoc.ts b/src/app/showcase/doc/tristatecheckbox/basicdoc.ts index 820ad42ba73..4a5c7148f82 100644 --- a/src/app/showcase/doc/tristatecheckbox/basicdoc.ts +++ b/src/app/showcase/doc/tristatecheckbox/basicdoc.ts @@ -9,7 +9,7 @@ import { Code } from '../../domain/code';
Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.