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
@@ -51,7 +51,7 @@ export const menuItem = style({
'&.block': {
maxWidth: '100%',
},
'&[data-disabled]': {
'&[data-disabled], &.disabled': {
vars: {
[iconColor]: cssVarV2('icon/disable'),
[labelColor]: cssVarV2('text/secondary'),