Skip to content
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
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions themes/osi/assets/scss/_6_components.navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,11 @@ footer {
visibility: visible;
}

// the mobile CTA already links to /get-involved, so the primary-menu item duplicates
// it below the breakpoint. ID is environment-specific (@see T51ENG-2081).
#menu-item-23441 {
// the mobile CTA already links to /get-involved, so this item duplicates it below the
// breakpoint. Class, not ID: core emits the id once, on the primary menu's copy, and
// the visible mobile copy carries only the class. Number is environment-specific
// (@see T51ENG-2081).
.menu-item-23441 {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/osi/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading