-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
Description
I feel like the sidebar could give mouse users better feedback with some cursor changes and hover color. Here's what I propose:
- Remove
__.list-item'scursor: default(this line) to set it back toauto(which will becursor: pointeron most browsers). Currently only the arrow provides feedback that the element is clickable. - Add a
:hoverbackground color for.list_item:.__list-item:hover { background-color: #e3e3e3; }
| Current | New |
|---|---|
![]() |
![]() |
thulioph, caioguedes, Nightfirecat, solbreslin, adamgavlak and 2 more

