frontend: don't animate twice countdown time separator when time expired
This commit is contained in:
parent
bd0416eede
commit
a5dbde7fb5
@ -61,7 +61,7 @@ body {
|
||||
.navbar #clock {
|
||||
font-size: 70px;
|
||||
}
|
||||
.point, .expired {
|
||||
#clock:not(.expired) .point, #clock.expired {
|
||||
transition: color text-shadow 1s;
|
||||
position: relative;
|
||||
animation: clockanim 1s ease infinite;
|
||||
|
Loading…
Reference in New Issue
Block a user