Fixed #175 - Disabled button should remove pointer cursor
parent
f21bdf4f79
commit
3d78ac295a
|
@ -14,6 +14,10 @@
|
|||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.p-button:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/*button text element */
|
||||
.p-button .p-button-text {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue