remove blinking indicator

This commit is contained in:
Jeder 2023-07-22 15:12:23 +02:00 committed by Laura Hausmann
parent 922e7c28f1
commit 5726a2d935
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605
6 changed files with 0 additions and 28 deletions

View File

@ -181,7 +181,6 @@ function close() {
} }
> .animateIndicator { > .animateIndicator {
animation: blink 1s infinite;
} }
} }
} }

View File

@ -731,18 +731,6 @@ hr {
transform: scale(0.9); transform: scale(0.9);
} }
@keyframes blink {
0% {
opacity: 1;
}
70% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes tada { @keyframes tada {
from { from {
transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);
@ -785,15 +773,6 @@ hr {
transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);
} }
} }
@keyframes blink {
0% {
opacity: 1;
}
100% {
opacity: 1;
}
}
} }
._anime_bounce { ._anime_bounce {

View File

@ -350,7 +350,6 @@ function more() {
} }
> .animateIndicator { > .animateIndicator {
animation: blink 1s infinite;
} }
> .text { > .text {

View File

@ -419,7 +419,6 @@ function more(ev: MouseEvent) {
left: 20px; left: 20px;
color: var(--navIndicator); color: var(--navIndicator);
font-size: 8px; font-size: 8px;
animation: blink 1s infinite;
} }
> .text { > .text {
@ -602,7 +601,6 @@ function more(ev: MouseEvent) {
left: 24px; left: 24px;
color: var(--navIndicator); color: var(--navIndicator);
font-size: 8px; font-size: 8px;
animation: blink 1s infinite;
} }
&:hover, &:hover,

View File

@ -570,7 +570,6 @@ async function deleteProfile() {
} }
> .animateIndicator { > .animateIndicator {
animation: blink 1s infinite;
} }
&:first-child { &:first-child {

View File

@ -704,7 +704,6 @@ console.log(mainRouter.currentRoute.value.name);
} }
> .animateIndicator { > .animateIndicator {
animation: blink 1s infinite;
} }
} }
@ -728,7 +727,6 @@ console.log(mainRouter.currentRoute.value.name);
} }
> .animateIndicator { > .animateIndicator {
animation: blink 1s infinite;
} }
&:first-child { &:first-child {