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:
Sayam Samal 2023-12-09 01:37:22 +05:30 committed by Tim Abbott
parent bf4fdbff12
commit c2dec1e152
1 changed files with 1 additions and 0 deletions

View File

@ -1101,6 +1101,7 @@ ul {
.visibility_policy_option { .visibility_policy_option {
padding: 2px 13px; padding: 2px 13px;
border-radius: 4px; border-radius: 4px;
cursor: pointer;
.icon_and_text { .icon_and_text {
display: flex; display: flex;