Disable link buttons instead of hiding e.g. "Add unit" when form shown? #10

Closed
opened 2024-01-06 00:05:55 +01:00 by cryptogopher · 0 comments
Owner

Yes.

Add attributes: disabled, aria-disabled=true, tabindex=-1

a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}
Yes. Add attributes: `disabled`, `aria-disabled=true`, `tabindex=-1` ``` a[disabled] { pointer-events: none; cursor: not-allowed; } ```
Sign in to join this conversation.
No description provided.