Bug 1543508 - revert will-change additions now that layers no longer cause compositor bugs, r=mconley

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gijs Kruitbosch 2019-06-03 20:10:44 +00:00
parent 6fe1e35fab
commit 3c6894d020
2 changed files with 0 additions and 8 deletions

View File

@ -1117,10 +1117,6 @@ toolbarpaletteitem[place="palette"] > #downloads-button[indicator] > .toolbarbut
-moz-window-transform: none;
}
%else
#BMB_bookmarksPopup {
will-change: transform, opacity; /* workaround for bug 1414033 */
}
#BMB_bookmarksPopup:not([animate="false"]) {
opacity: 0;
transform: translateY(-70px);

View File

@ -287,10 +287,6 @@ panel[type="arrow"] {
-moz-window-transform: none;
}
%else
panel[type="arrow"] {
will-change: transform, opacity; /* workaround for bug 1414033 */
}
panel[type="arrow"]:not([animate="false"]) {
opacity: 0;
transform: translateY(-70px);