Skip to content

Commit

Permalink
fix(electron): remove active tab shadow (#8284)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Sep 24, 2024
1 parent 6110767 commit a430367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a430367

Please sign in to comment.