frontend: don't animate twice countdown time separator when time expired
This commit is contained in:
parent
bd0416eede
commit
a5dbde7fb5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue