fix(electron): remove active tab shadow (#8284)

fix AF-1390
This commit is contained in:
pengx17
2024-09-20 07:49:31 +00:00
committed by Peng Xiao
parent 6110767fa8
commit a430367c36

View File

@@ -95,7 +95,7 @@ export const tab = style({
marginRight: 8,
},
'&[data-active="true"]': {
boxShadow: cssVar('buttonShadow'),
boxShadow: `0 0 0 1px ${cssVarV2('button/innerBlackBorder')}`,
},
'&[data-pinned="true"]': {
maxWidth: 64,