remove calculatingPow animation on msg => use the one for sending

pull/1381/head
Audric Ackermann 4 years ago
parent 9fe87ca8c3
commit f0a58b01b0
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1176,12 +1176,6 @@
infinite;
}
.module-message-detail__contact__status-icon--pow {
@include color-svg('../images/session/gear.svg', $color-gray-60);
animation: module-message-detail__contact__status-icon--spinning 4s linear
infinite;
}
@keyframes module-message-detail__contact__status-icon--spinning {
100% {
-webkit-transform: rotate(360deg);

@ -307,7 +307,7 @@ export class Message extends React.PureComponent<Props, State> {
<div
className={classNames(
'module-message-detail__contact__status-icon',
`module-message-detail__contact__status-icon--${status}`
'module-message-detail__contact__status-icon--sending'
)}
/>
) : null}

Loading…
Cancel
Save