mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 713287 - Animation for closing a tab has a slight delay near the end when there is a lot of tabs. r=mak77
This commit is contained in:
parent
3a95654450
commit
f7344aa44c
@ -47,14 +47,7 @@ tabbrowser {
|
||||
.tab-label:not([fadein]):not([pinned]),
|
||||
.tab-icon-image:not([fadein]):not([pinned]),
|
||||
.tab-close-button:not([fadein]):not([pinned]) {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
|
||||
.tab-throbber,
|
||||
.tab-label,
|
||||
.tab-icon-image,
|
||||
.tab-close-button {
|
||||
-moz-transition: opacity 250ms;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user