Sentry Answers>CSS>

How to change the cursor into a hand when a user hovers over a list item (CSS)

How to change the cursor into a hand when a user hovers over a list item (CSS)

Matthew C.

The Problem

You have a list where items can be moved by clicking and dragging. How do you change the cursor to look like a hand to indicate that the items can be grabbed?

The Solution

Set the cursor CSS property of the list items to “grab” using the :hover pseudo class selector:

Click to Copy
li:hover { cursor: grab; }
  • Syntax.fmHasty Treat - CSS Grid Masonry (Grid Level 3) (opens in a new tab)
  • Syntax.fmListen to the Syntax Podcast (opens in a new tab)
  • Syntax.fmHasty Treat - CSS Grid Level 2 aka Subgrid (opens in a new tab)
  • Syntax.fm logo
    Listen to the Syntax Podcast (opens in a new tab)

    Tasty treats for web developers brought to you by Sentry. Get tips and tricks from Wes Bos and Scott Tolinski.

    SEE EPISODES

Considered “not bad” by 4 million developers and more than 150,000 organizations worldwide, Sentry provides code-level observability to many of the world’s best-known companies like Disney, Peloton, Cloudflare, Eventbrite, Slack, Supercell, and Rockstar Games. Each month we process billions of exceptions from the most popular products on the internet.