Skip to content

Commit

Permalink
change cursor to pointer on hover for image and tag lists (#3781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored Oct 9, 2023
1 parent 1934450 commit 57dafd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const ImageItem = styled.div`
cursor: text;
:hover {
background: #ffffff22;
cursor: pointer;
> i {
background: #ffffff22;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const TagItem = styled.div`
cursor: text;
:hover {
background: #ffffff22;
cursor: pointer;
> i {
background: #ffffff22;
}
Expand Down

0 comments on commit 57dafd2

Please sign in to comment.