gh-12892 Fix a split-vew tab shrinks when pressing on close button (gh-12893)

This commit is contained in:
sporocyst
2026-03-24 03:12:26 +08:00
committed by GitHub
parent 126d7b1c15
commit 8147ffe141

View File

@@ -120,7 +120,7 @@ tab-group[split-view-group] {
}
}
&:active {
&:active:not(:has(.tab-content > image:active)) {
scale: var(--zen-active-tab-scale);
}