Skip to content

Commit

Permalink
Merge pull request #2746 from tugcekucukoglu/cursor
Browse files Browse the repository at this point in the history
Fixed #2745 - Checkbox, RadioButton: should not pointer cursor when i…
  • Loading branch information
tugcekucukoglu authored Jul 1, 2022
2 parents 17c8d0b + 0085b0d commit ba4f50f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/checkbox/Checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
position: relative;
}

.p-checkbox.p-checkbox-disabled {
cursor: default;
}

.p-checkbox-box {
display: flex;
justify-content: center;
Expand Down
4 changes: 4 additions & 0 deletions src/components/radiobutton/RadioButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
vertical-align: bottom;
}

.p-radiobutton.p-radiobutton-disabled {
cursor: default;
}

.p-radiobutton-box {
display: flex;
justify-content: center;
Expand Down

0 comments on commit ba4f50f

Please sign in to comment.