client: remove blinking animation from notification indicator

It was annoying, and turns out, also a CPU hog!

Changelog: Removed
This commit is contained in:
Chloe Kudryavtsev 2022-09-23 14:41:51 -04:00
parent 772d4618a6
commit 2f570b11f1
9 changed files with 0 additions and 14 deletions

View File

@ -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;

View File

@ -243,7 +243,6 @@ function focusDown() {
left: 13px;
color: var(--indicator);
font-size: 12px;
animation: blink 1s infinite;
}
}

View File

@ -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);

View File

@ -110,7 +110,6 @@ function more(): void {
left: 20px;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
> .text {

View File

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

View File

@ -135,7 +135,6 @@ function openAccountMenuWrapper(ev: MouseEvent): void {
left: 0;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
&:hover {

View File

@ -220,7 +220,6 @@ function openAccountMenuWrapper(ev: MouseEvent): void {
left: 0;
color: var(--navIndicator);
font-size: 8px;
animation: blink 1s infinite;
}
&:hover {

View File

@ -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 {

View File

@ -350,7 +350,6 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
left: 0;
color: var(--indicator);
font-size: 16px;
animation: blink 1s infinite;
}
&:first-child {