Bug 1379869 - Remove unnecessary styling for doorhanger anchor. r=lchang

MozReview-Commit-ID: GL8KeDxO7Ul

--HG--
extra : rebase_source : 50c2d72aa0429ed42c5aa81bec20ab500ea31057
This commit is contained in:
steveck-chung 2017-07-11 11:34:55 +08:00
Родитель 892b80966e
Коммит 7b6af40fde
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -165,8 +165,6 @@ let FormAutofillDoorhanger = {
anchorElement.classList.add("notification-anchor-icon");
anchorElement.setAttribute("role", "button");
anchorElement.setAttribute("tooltiptext", tooltiptext);
anchorElement.style.setProperty("-moz-context-properties", "fill");
anchorElement.style.fill = "currentcolor";
notificationPopupBox.appendChild(anchorElement);
}
},