fix(ActionLink): fix hover style (#3629)

This commit is contained in:
Zeke Zhang 2024-03-06 14:58:08 +08:00 committed by GitHub
parent c2b121cda6
commit 0d327bb539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,10 @@ const useStyles = genStyleHook('nb-action', (token) => {
[componentCls]: {
position: 'relative',
'&:hover': { '> .general-schema-designer': { display: 'block' } },
'&.nb-action-link': {
margin: '-12px',
padding: '12px',
},
'> .general-schema-designer': {
position: 'absolute',
zIndex: 999,