Open
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: pointer
on most browsers). Currently only the arrow provides feedback that the element is clickable. - Add a
:hover
background color for.list_item
:.__list-item:hover { background-color: #e3e3e3; }
Current | New |
---|---|