Fixed #2745 - Checkbox, RadioButton: should not pointer cursor when is disabled

pull/2746/head
Tuğçe Küçükoğlu 2022-07-01 16:05:16 +03:00
parent 17c8d0be35
commit 0085b0daca
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;