mirror of https://github.com/zulip/zulip.git
Add cursor:pointer style for expand/collapse icons
(imported from commit 31b0aa1e3d6a2a4406fbc6e9bad6d436258b9a72)
This commit is contained in:
parent
fcc268b44f
commit
8cab575854
|
@ -780,6 +780,11 @@ td.pointer {
|
|||
background: #000;
|
||||
}
|
||||
|
||||
.icon-vector-expand-alt,
|
||||
.icon-vector-collapse-alt {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*
|
||||
We can't collapse the floating recipient bar yet, so this is
|
||||
just a temporary hack.
|
||||
|
|
Loading…
Reference in New Issue