зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1578092 - Fix about:addons "Contribute" button background icon position for RTL r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D44317 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
816dbbb57d
Коммит
9bb55ae4d8
|
@ -309,6 +309,10 @@ addon-details {
|
|||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.addon-detail-contribute-button:dir(rtl) {
|
||||
background-position-x: right 8px;
|
||||
}
|
||||
|
||||
.addon-detail-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Загрузка…
Ссылка в новой задаче