Skip to content

Commit

Permalink
HPC-9276: Show megamenu bottom border also on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed Nov 23, 2023
1 parent 5334553 commit c4ae8dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
position: relative;
}
.gho-story .media-caption {
padding: 1rem 0 0.5rem 0;
margin-bottom: 0.5rem;
border-bottom: 1px solid #fff;
padding: 1rem 0 0.5rem 0;
color: #fff;
border-bottom: 1px solid #fff;
font-size: 0.75rem;
}
@media (min-width: 768px) {
Expand Down
2 changes: 1 addition & 1 deletion html/themes/custom/common_design_subtheme/css/styles.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,8 @@ ul.links--entity-navigation {
}
}

@include tablet {
&.megamenu > div[data-cd-hidden=false] {
border-bottom: 2px solid var(--ghi-yellow);
}
&.megamenu > div[data-cd-hidden=false] {
border-bottom: 2px solid var(--ghi-yellow);
}

@include tablet {
Expand Down

0 comments on commit c4ae8dd

Please sign in to comment.