Bug 1283072 - replaced png icon reference with svg icon reference in image url of .remove-button; r=jdescottes

This commit is contained in:
djmdev 2016-06-29 23:33:01 +05:30
Родитель 5a2eece65d
Коммит aa478becf5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -200,7 +200,7 @@ input {
.remove-button {
width: 16px;
height: 16px;
background: url(chrome://devtools/skin/images/close@2x.png);
background: url(chrome://devtools/skin/images/close.svg);
background-size: cover;
font-size: 0;
border: none;