Bug 1441860 - Fix the reference to the --rule-flex-toggle-color variable in rules.css. r=bgrins

This commit is contained in:
Gabriel Luong 2018-03-02 16:31:48 -05:00
Родитель f5167624f5
Коммит af45143b61
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -105,9 +105,6 @@ let whitelist = [
// Bug 1441857
{propName: "--positionDurationBox-width-long",
isFromDevTools: false},
// Bug 1441860
{propName: "--rule-flex-toggle-color",
isFromDevTools: true},
// Bug 1441929
{propName: "--theme-search-overlays-semitransparent",
isFromDevTools: true},

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

@ -472,7 +472,7 @@
.ruleview-flex {
background: url("chrome://devtools/skin/images/command-frames.svg");
-moz-context-properties: fill;
fill: var(--rule-shape-toggle-color);
fill: var(--rule-flex-toggle-color);
border-radius: 0;
background-size: 1em;
}