Fixed #175 - Disabled button should remove pointer cursor

pull/201/head
cagataycivici 2020-01-30 11:16:54 +03:00
parent f21bdf4f79
commit 3d78ac295a
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@
-webkit-user-select: none;
}
.p-button:disabled {
cursor: default;
}
/*button text element */
.p-button .p-button-text {
display: block;