Support selecting Peers from ParticipantList

This commit is contained in:
Torjus
2018-08-02 12:44:28 +02:00
parent 9b407d58a0
commit 9e23683f0b
4 changed files with 43 additions and 61 deletions
+6 -1
View File
@@ -7,9 +7,14 @@
> .list-item {
padding: 0.5vmin;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #CBCBCB;
width: 100%;
overflow: hidden;
cursor: pointer;
&.selected {
border-bottom-color: #377EFF;
}
}
}
}