Skip to content

Commit

Permalink
more attempts to tweak dropdown styliing for #356
Browse files Browse the repository at this point in the history
  • Loading branch information
elizoller committed Sep 29, 2021
1 parent 6ca0623 commit 56ab877
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web/themes/custom/asulib_barrio/css/style.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions web/themes/custom/asulib_barrio/scss/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,13 @@ a.menuparent:hover .sf-sub-indicator::after {

#asu-header + div, #asu-header + main {
margin-top: 0;
}

#header-main {
.dropdown:not(:last-child) {
margin-bottom: 1px;
}
.dropdown-menu {
border-top: none;
}
}

0 comments on commit 56ab877

Please sign in to comment.