Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Bug: Not possible to change initial state for one toggle in a group #9

@mirisuzanne

Description

@mirisuzanne

With tabs, we create a group with all of the toggles at 0:

panel-tab {
  toggle: tab 1 at 0 group sticky;
}

But ideally, we would have the first tab active by default. In order to do that, we need to change the definition on that first child:

panel-tab:first-child {
  toggle: tab 1 at 1 group sticky;
}

When I try that, the entire group breaks. It seems like that is changing the initial state for everything in the group?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions