Bug 1716545 - Remove Mac-specific DevTools light theme overrides. r=mac-reviewers,mstange

Differential Revision: https://phabricator.services.mozilla.com/D118617
This commit is contained in:
Harry Twyford 2021-07-05 13:33:25 +00:00
Родитель 1afd3a5c8e
Коммит c64d01a319
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -228,15 +228,6 @@
--theme-contrast-border: var(--yellow-60);
}
/*
* For doorhangers elsewhere in Firefox, Mac uses fixed colors rather than
* system colors.
*/
:root[platform="mac"].theme-light {
--theme-popup-color: hsl(0, 0%, 10%);
--theme-popup-border-color: var(--grey-90-a20);
}
:root.theme-dark {
--theme-body-background: #232327;
--theme-body-emphasized-background: var(--grey-70);