Refactored Messaging as a part of BOD-14. Breaking changes remain.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.chat-list-selected-conversation {
|
||||
background-color: rgba(128, 128, 128, 0.2);
|
||||
}
|
||||
|
||||
.chat-list-item {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: #ff7a00;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user