Skip to content

Commit 8147ffe

Browse files
authored
gh-12892 Fix a split-vew tab shrinks when pressing on close button (gh-12893)
1 parent 126d7b1 commit 8147ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/split-view/zen-split-group.inc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ tab-group[split-view-group] {
120120
}
121121
}
122122

123-
&:active {
123+
&:active:not(:has(.tab-content > image:active)) {
124124
scale: var(--zen-active-tab-scale);
125125
}
126126

0 commit comments

Comments
 (0)