Skip to content
Snippets Groups Projects
Commit f170967d authored by KDSBrowne's avatar KDSBrowne
Browse files

add hover style to userlist user and chat items

parent ff737168
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,10 @@
box-shadow: inset 0 0 0 $border-size $item-focus-border, inset 1px 0 0 1px $item-focus-border;
outline: none;
}
&:hover {
background-color: $list-item-bg-hover;
}
}
.chatListItemLink {
......
......@@ -87,6 +87,10 @@
box-shadow: inset 0 0 0 $border-size $item-focus-border, inset 1px 0 0 1px $item-focus-border;
outline: none;
}
&:hover {
background-color: $list-item-bg-hover;
}
}
.userAvatar {
......
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