fix: Fixed various regressions from 1.17b, b=closes #10924, closes #10928, closes #10933, c=common, split-view, tabs

This commit is contained in:
mr. m
2025-10-22 16:54:11 +02:00
parent a069093314
commit be417381ed
7 changed files with 36 additions and 12 deletions

View File

@@ -133,8 +133,11 @@ tab-group[split-view-group] {
}
@container browser-tab (min-width: 70px) {
:root[zen-sidebar-expanded='true'] &:hover > .tabbrowser-tab:not([pinned]) .tab-close-button {
:root[zen-sidebar-expanded='true'] &:hover > .tabbrowser-tab:not([pinned]:not([pending])) .tab-close-button {
display: block !important;
/* This is from Firefox itself, but we need to always override it */
margin-inline-end: 0 !important;
}
}