From 6da0108a58975864d117c5b02e86018af4843064 Mon Sep 17 00:00:00 2001 From: Akshay Antony Date: Tue, 6 Feb 2024 14:26:51 +0530 Subject: [PATCH] fix: #14724, Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode --- src/app/components/common/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/common/common.css b/src/app/components/common/common.css index 6b23d729193..32d06f3c0bd 100755 --- a/src/app/components/common/common.css +++ b/src/app/components/common/common.css @@ -149,6 +149,7 @@ .p-icon { display: inline-block; + cursor: pointer; } .p-icon-spin {