Skip to content

Commit

Permalink
fix: group style
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Jul 18, 2024
1 parent 2c7b69f commit 3b64bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/TabItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function close() {
transform: scale(0.98);
}
&.active {
background: linear-gradient(45deg, transparent, var(--design-active-background));
box-shadow: var(--design-element-shadow);
}
&.focused {
Expand Down

0 comments on commit 3b64bf4

Please sign in to comment.