Bug 1508080 - Don't set directionality on identity-icon-labels on extension pages r=dao

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2019-09-02 17:58:44 +00:00
Родитель c5497a628a
Коммит 8e49ab5e67
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -770,6 +770,7 @@ var gIdentityHandler = {
"identity.extension.label",
[extensionName]
);
icon_labels_dir = "";
} else if (this._uriHasHost && this._isSecureConnection) {
// This is a secure connection.
this._identityBox.className = "verifiedDomain";