Skip to content

Commit

Permalink
changed last of kind to last of type
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed Nov 6, 2024
1 parent e05937f commit ce6ed35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ header.new-nav .feds-nav-wrapper--expanded .feds-nav > section.feds-navItem:firs
padding-top: 25px;
}

header.new-nav .feds-nav-wrapper--expanded .feds-nav > .feds-navItem.feds-navItem--mobile-only:last-child {
header.new-nav .feds-nav-wrapper--expanded .feds-nav > .feds-navItem.feds-navItem--mobile-only:last-of-type {
padding-bottom: 10px;
border-bottom: 2px solid #fff;
}
Expand Down Expand Up @@ -806,7 +806,7 @@ header.new-nav .feds-nav > section.feds-navItem > button.feds-navLink::after {
border-color: white;
}

header.new-nav .feds-nav > .feds-navItem:not(:last-child) > .feds-navLink {
header.new-nav .feds-nav > .feds-navItem:not(:last-of-type) > .feds-navLink {
border-bottom: 1px solid #2c2c2c;
}

Expand Down

0 comments on commit ce6ed35

Please sign in to comment.