зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1534746 - Fix row fade-out direction for RTL. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23296 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e07332304d
Коммит
0a1f0a3fda
|
@ -68,6 +68,10 @@
|
|||
mask-image: linear-gradient(to left, transparent, black 2em);
|
||||
}
|
||||
|
||||
.urlbarView-row-inner[overflow]:-moz-locale-dir(rtl) {
|
||||
mask-image: linear-gradient(to right, transparent, black 2em);
|
||||
}
|
||||
|
||||
.urlbarView-row:hover {
|
||||
background: var(--arrowpanel-dimmed);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче