mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
remove blinking indicator
This commit is contained in:
parent
922e7c28f1
commit
5726a2d935
@ -181,7 +181,6 @@ function close() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .animateIndicator {
|
> .animateIndicator {
|
||||||
animation: blink 1s infinite;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
@ -350,7 +350,6 @@ function more() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .animateIndicator {
|
> .animateIndicator {
|
||||||
animation: blink 1s infinite;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
|
@ -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,
|
||||||
|
@ -570,7 +570,6 @@ async function deleteProfile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
> .animateIndicator {
|
> .animateIndicator {
|
||||||
animation: blink 1s infinite;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user