diff --git a/packages/client/src/components/launch-pad.vue b/packages/client/src/components/launch-pad.vue index f78ecebdf..df2a21192 100644 --- a/packages/client/src/components/launch-pad.vue +++ b/packages/client/src/components/launch-pad.vue @@ -154,7 +154,6 @@ function help(ev: MouseEvent) { left: 32px; color: var(--indicator); font-size: 8px; - animation: blink 1s infinite; @media (max-width: 500px) { top: 16px; diff --git a/packages/client/src/components/ui/menu.vue b/packages/client/src/components/ui/menu.vue index 29359ef35..71fb8f442 100644 --- a/packages/client/src/components/ui/menu.vue +++ b/packages/client/src/components/ui/menu.vue @@ -243,7 +243,6 @@ function focusDown() { left: 13px; color: var(--indicator); font-size: 12px; - animation: blink 1s infinite; } } diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 54358e4ee..c7ebc0701 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -481,12 +481,6 @@ hr { transform: scale(0.9); } -@keyframes blink { - 0% { opacity: 1; transform: scale(1); } - 30% { opacity: 1; transform: scale(1); } - 90% { opacity: 0; transform: scale(0.5); } -} - @keyframes tada { from { transform: scale3d(1, 1, 1); diff --git a/packages/client/src/ui/_common_/sidebar-for-mobile.vue b/packages/client/src/ui/_common_/sidebar-for-mobile.vue index 41a82d6cb..32581bd95 100644 --- a/packages/client/src/ui/_common_/sidebar-for-mobile.vue +++ b/packages/client/src/ui/_common_/sidebar-for-mobile.vue @@ -110,7 +110,6 @@ function more(): void { left: 20px; color: var(--navIndicator); font-size: 8px; - animation: blink 1s infinite; } > .text { diff --git a/packages/client/src/ui/_common_/sidebar.vue b/packages/client/src/ui/_common_/sidebar.vue index fe3c5e84d..eb5ebcc58 100644 --- a/packages/client/src/ui/_common_/sidebar.vue +++ b/packages/client/src/ui/_common_/sidebar.vue @@ -143,7 +143,6 @@ function more(ev: MouseEvent) { left: 20px; color: var(--navIndicator); font-size: 8px; - animation: blink 1s infinite; } > .text { diff --git a/packages/client/src/ui/classic.header.vue b/packages/client/src/ui/classic.header.vue index 21d1f759c..630304f5c 100644 --- a/packages/client/src/ui/classic.header.vue +++ b/packages/client/src/ui/classic.header.vue @@ -135,7 +135,6 @@ function openAccountMenuWrapper(ev: MouseEvent): void { left: 0; color: var(--navIndicator); font-size: 8px; - animation: blink 1s infinite; } &:hover { diff --git a/packages/client/src/ui/classic.sidebar.vue b/packages/client/src/ui/classic.sidebar.vue index 39b031d6c..6d04daf3c 100644 --- a/packages/client/src/ui/classic.sidebar.vue +++ b/packages/client/src/ui/classic.sidebar.vue @@ -220,7 +220,6 @@ function openAccountMenuWrapper(ev: MouseEvent): void { left: 0; 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 b3b9ddd55..ba919df87 100644 --- a/packages/client/src/ui/deck.vue +++ b/packages/client/src/ui/deck.vue @@ -251,7 +251,6 @@ function moveFocus(id: string, direction: 'up' | 'down' | 'left' | 'right') { left: 0; color: var(--indicator); font-size: 16px; - animation: blink 1s infinite; } &:first-child { diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 8abcecd62..3be6ed105 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -350,7 +350,6 @@ const wallpaper = localStorage.getItem('wallpaper') != null; left: 0; color: var(--indicator); font-size: 16px; - animation: blink 1s infinite; } &:first-child {