Fix: Animate - Pinned Tab

This commit is contained in:
alstjr7375 2022-11-17 16:44:55 +09:00
parent 7fc62b9b1c
commit e177409905
2 changed files with 3 additions and 5 deletions

View file

@ -2821,8 +2821,8 @@
margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out, max-width 0.1s ease-out !important;
}
#tabbrowser-tabs:not([movingtab]) .tabbrowser-tab[pinned] {
transition: -moz-box-flex 0.2s var(--animation-easing-function),
margin-inline-start 0.2s var(--animation-easing-function) !important;
transition: margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out,
max-width 0.1s ease-out !important;
}
#tabbrowser-tabs:not([movingtab]) .tab-content::before,
#tabbrowser-tabs:not([movingtab]) .tab-content::after {

View file

@ -40,9 +40,7 @@
margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out, max-width 0.1s ease-out !important;
}
&[pinned] {
transition: -moz-box-flex 0.2s var(--animation-easing-function),
margin-inline-start 0.2s var(--animation-easing-function) !important;
transition: margin-inline-start 0.2s var(--animation-easing-function), min-width 0.1s ease-out, max-width 0.1s ease-out !important;
}
}