mirror of https://github.com/zulip/zulip.git
visibility_policy_popover: Set cursor to pointer for the whole option.
The cursor should be a pointer for the whole visibility policy options; since the whole option is selectable and not just for the anchor tag within it.
This commit is contained in:
parent
bf4fdbff12
commit
c2dec1e152
|
@ -1101,6 +1101,7 @@ ul {
|
|||
.visibility_policy_option {
|
||||
padding: 2px 13px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
|
||||
.icon_and_text {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue