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
@@ -133,10 +133,12 @@ export const propertyValueContainer = style({
'&[data-readonly="false"][data-hoverable="true"]': {
cursor: 'pointer',
},
'&[data-readonly="false"][data-hoverable="true"]:is(:hover, :focus-within)':
{
backgroundColor: cssVarV2('layer/background/hoverOverlay'),
},
'&[data-readonly="true"][data-hoverable="true"]': {
cursor: 'default',
},
'&[data-hoverable="true"]:is(:hover, :focus-within)': {
backgroundColor: cssVarV2('layer/background/hoverOverlay'),
},
},
});