hdykokd / obsidian-vertical-tabs-view

A plugin for Obsidian that provides a vertical tabs view
MIT License
29 stars 3 forks source link

Feature request: Highlight active tab #71

Open Rhydderch opened 11 months ago

Rhydderch commented 11 months ago

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

hdykokd commented 6 months ago

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.

yuscale commented 3 months ago

just try this snippet

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