зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 6a1c5ba41bed (bug 1476002) for browser-chrome failures at browser/base/content/test/static/browser_parsable_css.js
This commit is contained in:
Родитель
8a743456fc
Коммит
f774b4c995
|
@ -215,14 +215,6 @@
|
|||
visibility: collapse;
|
||||
}
|
||||
|
||||
#tracking-protection-icon-animatable-image {
|
||||
--tracking-protection-shield-color: #7f00d6;
|
||||
}
|
||||
|
||||
:root[lwt-toolbar-field-brighttext] #tracking-protection-icon-animatable-image {
|
||||
--tracking-protection-shield-color: #c069ff;
|
||||
}
|
||||
|
||||
@keyframes tp-icon-animation {
|
||||
from {
|
||||
transform: translateX(0);
|
||||
|
@ -233,12 +225,12 @@
|
|||
fill-opacity: 0.3;
|
||||
}
|
||||
39% {
|
||||
fill: var(--tracking-protection-shield-color);
|
||||
fill: #7f00d6;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
75% {
|
||||
transform: translateX(-1232px);
|
||||
fill: var(--tracking-protection-shield-color);
|
||||
fill: #7f00d6;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
to {
|
||||
|
@ -257,12 +249,12 @@
|
|||
fill-opacity: 0.3;
|
||||
}
|
||||
39% {
|
||||
fill: var(--tracking-protection-shield-color);
|
||||
fill: #7f00d6;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
75% {
|
||||
transform: scaleX(-1) translateX(-1232px);
|
||||
fill: var(--tracking-protection-shield-color);
|
||||
fill: #7f00d6;
|
||||
fill-opacity: 1;
|
||||
}
|
||||
to {
|
||||
|
|
Загрузка…
Ссылка в новой задаче