style(ui): set cursor for usernames in members list sidebar to pointer
This commit is contained in:
parent
dc4494a1db
commit
0d0dccaf84
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@ function hideModalPopup() {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
.member-item {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -41,4 +42,9 @@ function hideModalPopup() {
|
|||
min-width: 2.3em;
|
||||
max-width: 2.3em;
|
||||
}
|
||||
|
||||
.member-display-name {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue