Skip to content

Commit

Permalink
Bug 1949451 - Fix perf regression for tab close animations r=desktop-…
Browse files Browse the repository at this point in the history
…theme-reviewers,tabbrowser-reviewers,dao

Differential Revision: https://phabricator.services.mozilla.com/D239939
  • Loading branch information
kcochrane-mozilla committed Feb 28, 2025
1 parent c5663a6 commit ada2e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/themes/shared/tabbrowser/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
transition: min-width 100ms ease-out,
max-width 100ms ease-out;

#tabbrowser-tabs[orient="horizontal"] & {
#tabbrowser-tabs[orient="horizontal"] &[fadein] {
min-width: var(--tab-min-width-pref, var(--tab-min-width));
}
}
Expand Down

0 comments on commit ada2e88

Please sign in to comment.