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;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-checkbox.p-checkbox-disabled {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.p-checkbox-box {
|
.p-checkbox-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
@ -5,6 +5,10 @@
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-radiobutton.p-radiobutton-disabled {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
.p-radiobutton-box {
|
.p-radiobutton-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in New Issue