Skip to content

Is it possible to show child tab count while expanded #3135

Answered by piroor
Vindickator asked this question in Q&A
Discussion options

You must be logged in to vote

You need to cancel this declaration:

tab-item:not([data-child-ids]) .counter,
tab-item:not(.subtree-collapsed) .counter {
display: none;
}

For example:

tab-item[data-child-ids]:not(.subtree-collapsed) .counter {
  display: initial !important;
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Vindickator
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants