Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Mention in docs suggested CSS for changing the cursor in tabs and pagination #816

Closed
@cesarandreu

Description

@cesarandreu

I looked at some of the issues and PRs and there's a few that mention this. From what I saw, it was agreed that it should be done in the user's CSS. However, it doesn't appear to be mentioned anywhere in the documentation.

I suggest mentioning it in the documentation so that the common user is aware and can add it in. Maybe include some example?

I'm not sure if it's the correct way, but I added the following to my CSS in order to get tabs to change the cursor:

.nav a {
  cursor: pointer;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions