Bug 1510948 - Fix ObjectInspector arrows styling in console; r=Honza.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nicolas Chevobbe 2018-11-29 12:49:24 +00:00
Родитель e119964c92
Коммит 6cc34ca969
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -968,9 +968,12 @@ body {
.webconsole-output-wrapper .object-inspector .tree-node .arrow {
width: 10px;
height: 10px;
vertical-align: 0px;
line-height: 1;
background-color: var(--theme-twisty-fill);
background: url("chrome://devtools/skin/images/arrow.svg") no-repeat center;
background-size: 10px;
/* Needed for alignment */
margin-top: -1px;
-moz-context-properties: fill;
fill: var(--theme-twisty-fill);
}
/* Sidebar */