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
Signed by: zotan
GPG key ID: D044E84C5BE01605
6 changed files with 0 additions and 28 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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