Bug 1384654 - Horizontally flip the 'pin to overflow' animation during the fade out when in RTL. r=Gijs

MozReview-Commit-ID: 7OKoPYdPYNV

--HG--
extra : rebase_source : 851e4175ac087e639e299749f59f1b247ce3e74e
This commit is contained in:
Jared Wein 2017-07-31 10:23:33 -04:00
parent 9f83193d0e
commit db5c94f99e

View File

@ -403,6 +403,10 @@ toolbar:not([brighttext]) #bookmarks-menu-button@attributeSelectorForToolbar@[st
animation-timing-function: ease-out;
animation-duration: 730ms;
}
#nav-bar-overflow-button[animate][fade]:-moz-locale-dir(rtl) > .toolbarbutton-animatable-box > .toolbarbutton-animatable-image {
transform: scaleX(-1);
}
%endif
#email-link-button@attributeSelectorForToolbar@ {