feat(core): guard service (#9816)

This commit is contained in:
EYHN
2025-02-10 07:26:38 +08:00
committed by GitHub
parent 879157b938
commit 92f4f0c2d9
89 changed files with 1520 additions and 522 deletions
@@ -39,7 +39,6 @@ export const button = style({
outline: 0,
borderRadius: 8,
transition: 'all .3s',
cursor: 'pointer',
['WebkitAppRegion' as string]: 'no-drag',
// hover layer
@@ -169,6 +168,10 @@ export const button = style({
opacity: 0.5,
},
'&:not([data-disabled])': {
cursor: 'pointer',
},
// default keyboard focus style
'&:focus-visible::after': {
content: '""',