Merge pull request #2746 from tugcekucukoglu/cursor

Fixed #2745 - Checkbox, RadioButton: should not pointer cursor when i…
pull/2748/head
Tuğçe Küçükoğlu 2022-07-01 16:05:35 +03:00 committed by GitHub
commit ba4f50f7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -6,6 +6,10 @@
position: relative;
}
.p-checkbox.p-checkbox-disabled {
cursor: default;
}
.p-checkbox-box {
display: flex;
justify-content: center;

View File

@ -5,6 +5,10 @@
vertical-align: bottom;
}
.p-radiobutton.p-radiobutton-disabled {
cursor: default;
}
.p-radiobutton-box {
display: flex;
justify-content: center;