Bug 1552236 - Fix debug target info icon color in dark theme r=daisuke

The variable --theme-toolbar-icon-color is not defined in devtools. Let's use --theme-toolbar-color

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2019-05-18 09:39:32 +00:00
Родитель 6d86a346d7
Коммит 91b38c6225
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -45,7 +45,7 @@
.debug-target-info img {
-moz-context-properties: fill;
fill: var(--theme-toolbar-icon-color);
fill: var(--theme-toolbar-color);
}
/* Toolbox tabbar */