зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1687397 - Don't flash the microphone/camera icon during WebRTC in the identity panel. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D105282
This commit is contained in:
Родитель
dbc436b39f
Коммит
015111e434
|
@ -785,11 +785,6 @@ description#identity-popup-content-verifier,
|
|||
.permission-popup-permission-icon.in-use {
|
||||
-moz-context-properties: fill;
|
||||
fill: rgb(224, 41, 29);
|
||||
animation: 1.5s ease permission-popup-permission-icon-in-use-blink infinite;
|
||||
}
|
||||
|
||||
@keyframes permission-popup-permission-icon-in-use-blink {
|
||||
50% { opacity: 0; }
|
||||
}
|
||||
|
||||
.protections-popup-category-label,
|
||||
|
|
|
@ -229,15 +229,10 @@
|
|||
}
|
||||
|
||||
#webrtc-sharing-icon[sharing]:not([paused]) {
|
||||
animation: 1.5s ease webrtc-sharing-icon-in-use-blink infinite;
|
||||
-moz-context-properties: fill;
|
||||
fill: rgb(224, 41, 29);
|
||||
}
|
||||
|
||||
@keyframes webrtc-sharing-icon-in-use-blink {
|
||||
50% { opacity: 0; }
|
||||
}
|
||||
|
||||
/* TRACKING PROTECTION ICON */
|
||||
|
||||
#tracking-protection-icon-container {
|
||||
|
|
Загрузка…
Ссылка в новой задаче