Bug 925415 - Remove dead tab opacity transition CSS from themes/osx/browser.css. r=Gijs

This commit is contained in:
Mike Conley 2013-10-11 11:40:23 -04:00
Родитель d500dfaa40
Коммит 7c2a8372b3
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -2508,8 +2508,7 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
.tabbrowser-tab:not([pinned]):not([fadein]) {
transition: min-width 200ms ease-out /* copied from browser/base/content/browser.css */,
max-width 230ms ease-out /* copied from browser/base/content/browser.css */,
opacity 50ms ease-out 80ms /* hide the tab for the last 100ms of the max-width transition */;
max-width 230ms ease-out /* copied from browser/base/content/browser.css */;
}
.tabbrowser-tab,