Bug 1597932 Remove obsolete tabbrowser-tab selector r=dao

Differential Revision: https://phabricator.services.mozilla.com/D59631

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andrew Swan 2020-01-18 16:36:55 +00:00
Родитель 4c5b7c4344
Коммит cef90d7b6e
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -239,8 +239,7 @@ panelview[mainview] > .panel-header {
} }
.tabbrowser-tab[tab-grouping], .tabbrowser-tab[tab-grouping],
.tabbrowser-tab[tabdrop-samewindow], .tabbrowser-tab[tabdrop-samewindow] {
#tabbrowser-tabs[movingtab] > .tabbrowser-tab[fadein]:not([selected]):not([multiselected]) {
transition: transform 200ms var(--animation-easing-function); transition: transform 200ms var(--animation-easing-function);
} }