Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
socketio: always display animated icons in case of socketio problems
Browse files Browse the repository at this point in the history
On slow browser, the icon was not animated. The animation is quite light
and could be enabled on all browsers. Otherwise, the icon looks
unhelpful and may be missed.
  • Loading branch information
vincentbernat committed May 22, 2016
1 parent 90ebfa7 commit 8b9a017
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/styles/receiver/connecting.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,16 @@

&:before {
height: 19.2px;
animation: timer-loader 1250ms infinite linear;
}

&:after {
height: 16px;
animation: timer-loader 15000ms infinite linear;
}

&.show {
display: inline-block;
}

.dk-fast-browser &:before {
animation: timer-loader 1250ms infinite linear;
}
.dk-fast-browser &:after {
animation: timer-loader 15000ms infinite linear;
}

}

0 comments on commit 8b9a017

Please sign in to comment.