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:
Dão Gottwald 2011-12-28 19:20:36 +01:00
parent 5fd68f0093
commit 1ed6bc6ceb

View File

@ -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] {