Anna Schoderer

Results 4 comments of Anna Schoderer

Maybe the following solution is sufficient: `.db-select { :has(option:checked) { ~ label { font-size: var(--db-type-body-font-size-2xs); } } } `

Hey @m-nathani , we had the same problem because `vis-timeline`'s support is kind of sleeping there's no official solution for this. We managed this with `createRoot` – so each timelineItemComponent...

@m-nathani yes, this return is very confusing :D this is why we had a look at the template function's implementation: https://github.com/visjs/vis-timeline/blob/master/lib/timeline/component/item/Item.js#L432 We did not completely understand what is done here...