зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1570402 - [RTL] Fix overlapping icon on text on the screen sharing popup prompt r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D40825 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
01327dd273
Коммит
a5446915fb
|
@ -212,6 +212,10 @@ html|*#webRTC-previewVideo {
|
|||
border-top: 1px solid var(--panel-separator-color);
|
||||
}
|
||||
|
||||
#webRTC-previewWarning:-moz-locale-dir(rtl) {
|
||||
background-position: calc(100% - .75em) .75em;
|
||||
}
|
||||
|
||||
#webRTC-previewWarning > .text-link {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче