Skip to content

Commit

Permalink
Merge pull request #1490 from CuBoulder/issue/menu-style-gaps
Browse files Browse the repository at this point in the history
Updated menu style fixes
  • Loading branch information
jcsparks authored and web-flow committed Nov 20, 2024
2 parents 48391f8 + ff7d0f0 commit f367171
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- ### Updated menu style fixes
Fixes some menu style issues in the shadow and highlight styles.
Removes the gap in the highlight style and lowers the text in the shadow style.
---

## [20241120] - 2024-11-20

- ### Back to Black
Expand Down
3 changes: 2 additions & 1 deletion css/menu-styles/highlight-styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@media only screen and (min-width: 576px) {
.ucb-main-nav-container.ucb-secondary-menu-position-above .ucb-secondary-menu-region .ucb-menu {
.ucb-main-nav-container.ucb-secondary-menu-position-above .ucb-secondary-menu-region .ucb-menu,
.ucb-main-nav-container.ucb-secondary-menu-position-above .ucb-secondary-menu-region.ucb-secondary-menu-button-display .ucb-secondary-menu-region-container .ucb-menu {
gap: 0rem;
}

Expand Down
2 changes: 1 addition & 1 deletion css/menu-styles/shadow-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
.ucb-main-nav-container.ucb-secondary-menu-position-above .ucb-secondary-menu-region li.menu-item a.nav-link {
color: #bbb;
font-weight: 400;
padding: 0 0.25rem 5px .25rem;
padding: 5px 0.25rem 0 .25rem;
}

.ucb-main-nav-container.ucb-secondary-menu-position-above .ucb-secondary-menu-region .menu.social-media .icon-bg {
Expand Down

0 comments on commit f367171

Please sign in to comment.