Skip to content

[fix] pfe-navigation 1.x | position of caret on mobile menu item #795

@starryeyez024

Description

@starryeyez024

When there is no tray present, the alignment of the chevron is a bit too high:
image

Suggested: adjust the top property on the pseudo element

:host([is_nested]:not([has_tray]):not([parent_hidden])) .pfe-navigation-item__trigger::after {
    top: calc(var(--pfe-theme--container-spacer,16px) + 4px);
}

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions