This commit is contained in:
decolua
2026-06-15 18:18:04 +07:00
parent 8ab5af0052
commit b282f05549
66 changed files with 2328 additions and 213 deletions

View File

@@ -324,6 +324,20 @@ button {
user-select: none;
}
/* Tailwind v4 dropped default button cursor — restore globally */
button:not(:disabled),
[role="button"]:not([aria-disabled="true"]),
label[for],
summary,
select {
cursor: pointer;
}
button:disabled,
[role="button"][aria-disabled="true"] {
cursor: not-allowed;
}
/* ============================================================
Animations
============================================================ */