From 5726a2d9351d7b37805accd55a2e09d15079a5b8 Mon Sep 17 00:00:00 2001
From: Jeder <jeder+git@jeder.pl>
Date: Sat, 22 Jul 2023 15:12:23 +0200
Subject: [PATCH] remove blinking indicator

---
 .../client/src/components/MkLaunchPad.vue     |  1 -
 packages/client/src/style.scss                | 21 -------------------
 .../src/ui/_common_/navbar-for-mobile.vue     |  1 -
 packages/client/src/ui/_common_/navbar.vue    |  2 --
 packages/client/src/ui/deck.vue               |  1 -
 packages/client/src/ui/universal.vue          |  2 --
 6 files changed, 28 deletions(-)

diff --git a/packages/client/src/components/MkLaunchPad.vue b/packages/client/src/components/MkLaunchPad.vue
index 7e959645e..af1cb4e37 100644
--- a/packages/client/src/components/MkLaunchPad.vue
+++ b/packages/client/src/components/MkLaunchPad.vue
@@ -181,7 +181,6 @@ function close() {
 			}
 
 			> .animateIndicator {
-				animation: blink 1s infinite;
 			}
 		}
 	}
diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss
index 0b38d94c0..074aa25ca 100644
--- a/packages/client/src/style.scss
+++ b/packages/client/src/style.scss
@@ -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 {
diff --git a/packages/client/src/ui/_common_/navbar-for-mobile.vue b/packages/client/src/ui/_common_/navbar-for-mobile.vue
index 9b616683b..08bb8c71b 100644
--- a/packages/client/src/ui/_common_/navbar-for-mobile.vue
+++ b/packages/client/src/ui/_common_/navbar-for-mobile.vue
@@ -350,7 +350,6 @@ function more() {
 				}
 
 				> .animateIndicator {
-					animation: blink 1s infinite;
 				}
 
 				> .text {
diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue
index c88bcc7ec..045ed3c65 100644
--- a/packages/client/src/ui/_common_/navbar.vue
+++ b/packages/client/src/ui/_common_/navbar.vue
@@ -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,
diff --git a/packages/client/src/ui/deck.vue b/packages/client/src/ui/deck.vue
index 6fdcfb28d..d999d5a7c 100644
--- a/packages/client/src/ui/deck.vue
+++ b/packages/client/src/ui/deck.vue
@@ -570,7 +570,6 @@ async function deleteProfile() {
 			}
 
 			> .animateIndicator {
-				animation: blink 1s infinite;
 			}
 
 			&:first-child {
diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue
index 78a9c0d38..2f45bc29e 100644
--- a/packages/client/src/ui/universal.vue
+++ b/packages/client/src/ui/universal.vue
@@ -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 {