From d5cac0b13d8fb75a9a4c48abe6ff3bb548a31222 Mon Sep 17 00:00:00 2001 From: Akshay Antony Date: Thu, 8 Feb 2024 10:52:27 +0530 Subject: [PATCH] fix: #63, Password: Hand/Pointer icon not displayed while hovering over the eye icon in password ToggleMask mode --- theme-base/components/input/_password.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme-base/components/input/_password.scss b/theme-base/components/input/_password.scss index ed9cc13..94b7b70 100644 --- a/theme-base/components/input/_password.scss +++ b/theme-base/components/input/_password.scss @@ -60,3 +60,7 @@ } } } + +.p-input-icon-right svg { + cursor: pointer; +}