[Frontend] WIP remove keyframe anims
Fixes #1603 Remove keyframe anims from transition to edit mode and border-color anim in _messages.scss;
This commit is contained in:
@@ -368,7 +368,6 @@ body.desktop .t-message-list {
|
||||
.s-unsynced {
|
||||
$c: $colorPausedBg;
|
||||
border: 1px solid $c;
|
||||
@include animTo($animName: pulsePaused, $propName: border-color, $propValStart: rgba($c, 0.8), $propValEnd: rgba($c, 0.5), $dur: $animPausedPulseDur, $dir: alternate, $count: infinite);
|
||||
}
|
||||
|
||||
.s-status-timeconductor-unsynced {
|
||||
|
||||
Reference in New Issue
Block a user