fix(component): correct notification action hover style (#8303)

This commit is contained in:
Cats Juice
2024-09-19 15:18:19 +08:00
committed by GitHub
parent a38f291a01
commit a6c2f5dcd5
3 changed files with 1 additions and 21 deletions

View File

@@ -61,17 +61,6 @@ export const actionButton = style({
position: 'relative',
background: 'transparent',
border: 'none',
'::before': {
content: '""',
position: 'absolute',
inset: 0,
borderRadius: 'inherit',
backgroundColor: cssVar('black'),
opacity: 0.04,
},
':hover': {
boxShadow: 'none !important',
},
});
export const closeButton = style({
selectors: {