admin: pointer cursor on every button

the shared button variants set no cursor, so only components with local one-off styles showed pointer. all nine variants and the six buttons styled outside them now carry pointer, with not-allowed when disabled.
This commit is contained in:
2026-08-29 01:29:11 +02:00
parent 09932b2d84
commit d5613ee718
8 changed files with 16 additions and 0 deletions
@@ -38,6 +38,7 @@ const styles = stylex.create({
gap: "0.25rem",
},
period: {
cursor: { default: "pointer", ":disabled": "not-allowed" },
borderStyle: "none",
borderRadius: "0.25rem",
paddingInline: "0.625rem",