Skip to content

Commit

Permalink
changed overlay cursor to default (#17555)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark7p authored Feb 14, 2025
1 parent 0bbd613 commit 0ed724f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primeng/src/select/style/selectstyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ input.p-select-label {
}
.p-select-overlay {
cursor: default;
background: ${dt('select.overlay.background')};
color: ${dt('select.overlay.color')};
border: 1px solid ${dt('select.overlay.border.color')};
Expand Down

0 comments on commit 0ed724f

Please sign in to comment.