Skip to content

Commit

Permalink
Fix primefaces#5414: p-disabled for svg icons
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 27, 2023
1 parent dc7b369 commit e3c6c26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lib/componentbase/ComponentBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ svg.p-icon {
pointer-events: auto;
}
svg.p-icon g {
svg.p-icon g,
.p-disabled svg.p-icon {
pointer-events: none;
}
Expand Down

0 comments on commit e3c6c26

Please sign in to comment.