We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab Numbers
Shows the Number corresponding to each Tab.
https://github.com/philmard/tab-numbers
https://raw.githubusercontent.com/philmard/tab-numbers/refs/heads/main/tab_numbers.png
tabs { counter-reset: tab-counter; } /* Automatically increment tab numbers for each .tab-content inside a tab */ tab .tab-content::before { counter-increment: tab-counter; content: counter(tab-counter) ""; position: absolute; top: 5px; right: 1px; padding: 0px 4px; border-radius: 7px; opacity: 0.7; font-weight: bold; font-size: 80%; }
# Tab Numbers Shows the Number corresponding to each Tab. This can help you navigate between Tabs faster by pressing Cmd + Number of the Tab.
No response
The text was updated successfully, but these errors were encountered:
Your theme has been successfully submitted. The maintainers will review it and get back to you soon.
Here are some details about your submission:
If you have any questions or need help, feel free to ask in the comments below or in the PR.
Sorry, something went wrong.
No branches or pull requests
Name
Tab Numbers
Description
Shows the Number corresponding to each Tab.
Homepage
https://github.com/philmard/tab-numbers
Image
https://raw.githubusercontent.com/philmard/tab-numbers/refs/heads/main/tab_numbers.png
Type
Theme Styles
Readme
# Tab Numbers Shows the Number corresponding to each Tab. This can help you navigate between Tabs faster by pressing Cmd + Number of the Tab.
Preferences
No response
The text was updated successfully, but these errors were encountered: