Bug 1701059 - Addon install confirmation panel Okay button is too wide with Proton enabled. r=desktop-theme-reviewers,dao

Differential Revision: https://phabricator.services.mozilla.com/D112636
This commit is contained in:
Luz De La Rosa 2021-04-20 09:54:39 +00:00
Родитель 294d0f244e
Коммит 98981e4f3f
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -220,6 +220,10 @@
flex: unset;
}
.popup-notification-secondary-button[hidden="true"] ~ .popup-notification-primary-button {
flex: none;
}
.panel-footer > .popup-notification-secondary-button:not([dropmarkerhidden="true"]) {
border-start-end-radius: 0;
border-end-end-radius: 0;