Skip to content

Commit

Permalink
Merge pull request #1297 from UN-OCHA/berliner/HPC-10032
Browse files Browse the repository at this point in the history
HPC-10032: Style changes for the mega menus
  • Loading branch information
berliner authored Jan 23, 2025
2 parents a1faecf + a0902fd commit df52c5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,12 @@
.gho-figures
.gho-figure:first-child {
padding-right: 0;
border-width: 0 0 0 1px;
}
[dir="rtl"]
.gho-top-figures:not(.gho-top-figures--small)
.gho-figures
.gho-figure:last-child {
padding-left: 0;
}
[dir="rtl"]
.gho-top-figures:not(.gho-top-figures--small)
.gho-figures
.gho-figure:last-child {
border-width: 0;
}
.gho-top-figures .gho-figure__label {
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 @@ -261,7 +261,6 @@

&.leaf {
padding-bottom: 2rem;
font-weight: normal;

a:hover,
a:focus,
Expand Down Expand Up @@ -305,7 +304,7 @@
}
}

&.mega-menu--gho-menu details.vertical-tabs__pane > ul > li {
details.vertical-tabs__pane > ul > li {
break-inside: avoid-column;
}
}
Expand Down

0 comments on commit df52c5e

Please sign in to comment.