You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
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;
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: