Skip to content
New issue

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

Feature request: Highlight active tab #71

Open
Rhydderch opened this issue Nov 12, 2023 · 2 comments
Open

Feature request: Highlight active tab #71

Rhydderch opened this issue Nov 12, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Rhydderch
Copy link

Hi,
Would it be possible to style differently the current active tab?

@hdykokd
Copy link
Owner

hdykokd commented Apr 16, 2024

Maybe you want to apply a style that suits your taste?
Obsidian has features for customizing styles. Try assigning style to the active tab class.

@hdykokd hdykokd added the question Further information is requested label Apr 16, 2024
@yuscale
Copy link

yuscale commented Jul 29, 2024

just try this snippet

.is-focused .vertical-tabs-view-list li.focused,
.vertical-tabs-view-list li.focused {
    color:navy;
    background-color:honeydew;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants