Bug 1527264 - [RTL] The search engine logo is briefly displayed in the left part of the in-content "Search Bar" when it is clicked r=andreio

MozReview-Commit-ID: FdNNX9HJI8t

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ricky Rosario 2019-02-12 14:27:15 +00:00
Родитель b962fd77c9
Коммит 229c0633c7
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -171,7 +171,9 @@ a.button:hover:active {
visibility: hidden;
}
.search-handoff-button:dir(rtl) {
.search-handoff-button:dir(rtl),
.search-handoff-button:active:dir(rtl),
.search-handoff-button:enabled:hover:active:dir(rtl) {
background-position-x: right 12px;
}