Merge pull request #2746 from tugcekucukoglu/cursor
Fixed #2745 - Checkbox, RadioButton: should not pointer cursor when i…pull/2748/head
commit
ba4f50f7e3
|
@ -6,6 +6,10 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.p-checkbox.p-checkbox-disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-checkbox-box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.p-radiobutton.p-radiobutton-disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.p-radiobutton-box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue