Skip to content

[bug]: No css variable #4317

Closed
Closed
@JeremyKomarov

Description

@JeremyKomarov

Describe the bug
When build something in page builder
Row -> Tabs

in venia when you switch between tabs then the unselected tabs are are still displyed

To reproduce

Steps to reproduce the behavior:

i saw that in @magento->pagebuilder->lib->ContentTypes->tabs->tabs.module.css
there is this css:
.panel {
min-height: inherit;
composes: !empty_hidden from global;
}

i didnt find this css anyhwere "empty_hidden" and why its !empty_hidden ?
all other css are using just "empty_hidden"

and still couldnt find this css "empty_hidden" anywhere

  1. Go to 'Admin -> content -> pages -> create page builder'
    with rows -> tabs->

Expected behavior
when you switch between tabs then the other tabs will be none displyed

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions