Skip to content

Improve sidebar styling #668

Open
Open
@Svenskunganka

Description

@Svenskunganka

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's cursor: default (this line) to set it back to auto (which will be cursor: 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions