Skip to content

Commit

Permalink
fix: primefaces#63, Password: Hand/Pointer icon not displayed while h…
Browse files Browse the repository at this point in the history
…overing over the eye icon in password ToggleMask mode
  • Loading branch information
akshayantony55 committed Feb 8, 2024
1 parent e781193 commit d5cac0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme-base/components/input/_password.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@
}
}
}

.p-input-icon-right svg {
cursor: pointer;
}

0 comments on commit d5cac0b

Please sign in to comment.