CSS Behinderten Cursor nicht zulässig
button:disabled {
cursor: not-allowed;
pointer-events: all !important;
}
Tiago F2
button:disabled {
cursor: not-allowed;
pointer-events: all !important;
}
li.disabled {
cursor: not-allowed;
}
li.disabled a {
pointer-events: none;
}