Bug 1643187 - Update storage access permission icon to cookie icon. r=pbz

Differential Revision: https://phabricator.services.mozilla.com/D84270
This commit is contained in:
Nihanth Subramanya 2020-07-21 11:29:26 +00:00
Родитель b852dc7a5f
Коммит f195ad10c8
1 изменённых файлов: 5 добавлений и 2 удалений

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

@ -38,10 +38,13 @@
list-style-image: url(chrome://browser/skin/notification-icons/focus-tab-by-prompt.svg); list-style-image: url(chrome://browser/skin/notification-icons/focus-tab-by-prompt.svg);
} }
.popup-notification-icon[popupid="persistent-storage"],
.popup-notification-icon[popupid="storage-access"], .popup-notification-icon[popupid="storage-access"],
.persistent-storage-icon,
.storage-access-icon { .storage-access-icon {
list-style-image: url(chrome://browser/skin/controlcenter/3rdpartycookies.svg);
}
.popup-notification-icon[popupid="persistent-storage"],
.persistent-storage-icon {
list-style-image: url(chrome://browser/skin/notification-icons/persistent-storage.svg); list-style-image: url(chrome://browser/skin/notification-icons/persistent-storage.svg);
} }