Skip to content
Snippets Groups Projects
Commit b53b1fb4 authored by Tiger Wang's avatar Tiger Wang
Browse files

Add animation delay for 8th peer

Additionally, status icon passes through pointer events
parent 5d799115
No related branches found
No related tags found
1 merge request!43Add basic multistage connection indicators for remote peers
......@@ -129,6 +129,10 @@ button.selected {
animation-delay: 0.625s;
}
#connected-peers li:nth-child(7) {
animation-delay: 0.75s;
}
#connected-peers li:last-child {
border-bottom-width: 0px;
}
......@@ -173,6 +177,7 @@ button.selected {
}
#overall-status-icon {
pointer-events: none;
border-radius: 50%;
width: 16px;
height: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment