From c86172b4a1abd800f04e35a19f93fc4e1010f4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Wed, 13 Dec 2023 16:58:23 +0300 Subject: [PATCH] Revert "chore(TriStateCheckbox): Revert cursor pointer in label" --- src/app/components/tristatecheckbox/tristatecheckbox.css | 5 +++++ src/app/showcase/doc/tristatecheckbox/basicdoc.ts | 6 +++--- src/app/showcase/doc/tristatecheckbox/reactiveformsdoc.ts | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/components/tristatecheckbox/tristatecheckbox.css b/src/app/components/tristatecheckbox/tristatecheckbox.css index e69de29bb2d..11d05e8bd90 100644 --- a/src/app/components/tristatecheckbox/tristatecheckbox.css +++ b/src/app/components/tristatecheckbox/tristatecheckbox.css @@ -0,0 +1,5 @@ +@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 4a5c7148f82..820ad42ba73 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';