Bug 1585100 - Make sure text in embedded RDM has dark theme styling r=gl

Overall, the new RDM is using dark theme styling as before. The only exception is the text in the actual toolbar React component, which seems to default to using light theme colors. This revision applies a CSS variable `theme-body-color` to the toolbar's document body to toggle between dark/light theme colors for text.

Differential Revision: https://phabricator.services.mozilla.com/D55706

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Micah Tigley 2019-12-04 21:20:46 +00:00
Родитель b1c65ea809
Коммит 09f3dec0d2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -46,6 +46,7 @@ body,
#root {
height: 100%;
overflow: hidden;
color: var(--theme-body-color);
}
input:-moz-focusring {