8000 Localnav link group support by bandana147 · Pull Request #4319 · adobecom/milo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Localnav link group support #4319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
< 8000 /details-menu>
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions libs/blocks/global-navigation/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ header.new-nav .feds-nav > section.feds-navItem > .feds-popup .has-subheader .fe
display: block;
}

.feds-navLink-image,
.feds-navLink-description {
.feds-navLink-image {
display: none;
}

Expand All @@ -150,6 +149,12 @@ header.global-navigation.ready {
pointer-events: none;
}

.feds-navLink-description {
display: flex;
font-size: 12px;
color: var(--feds-color-navLink-description);
}

/* Desktop styles */
@media (min-width: 900px) {
.feds-navLink,
Expand Down Expand Up @@ -246,12 +251,6 @@ header.global-navigation.ready {
max-width: 25px;
}

.feds-navLink-description {
display: flex;
font-size: 12px;
color: var(--feds-color-navLink-description);
}

.feds-navLink:hover .feds-navLink-description,
.feds-navLink:focus .feds-navLink-description {
color: var(--feds-color-navLink-description);
Expand Down
2 changes: 1 addition & 1 deletion libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ header.new-nav .feds-breadcrumbs li:first-child:not(:nth-last-child(-n+3)):after

.feds-localnav .feds-localnav-items .feds-navLink-content .feds-navLink-title,
.feds-localnav .feds-localnav-items li .feds-navLink {
white-space: break-spaces;
white-space: normal;
}

.feds-localnav .feds-localnav-items .feds-navItem--centered {
Expand Down
Loading
0