Skip to content

Commit

Permalink
Merge pull request #1534 from CuBoulder/issue/1530
Browse files Browse the repository at this point in the history
Mega menu Link color changes
  • Loading branch information
jcsparks authored and web-flow committed Dec 10, 2024
2 parents 92fc932 + 2c400d6 commit 7d12327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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]

- ### Mega menu Link color changes
Resolves #1530.
Forces the color of links in the mega menu to be blue to resolve issues of links not showing up.
---

- ### Newsletters: allow unpublished to show in Email HTML preview
Previously the Email HTML of Newsletters would not display unpublished Articles. Now they will display so site-editors can verify and proof content before mailing. There is a content warning on the Node of any Articles that are unpublished.

Expand Down
6 changes: 3 additions & 3 deletions css/block/ucb-mega-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
flex-wrap: wrap;
}

.ucb-main-nav-container .ucb-mega-menu .menu-item .mega-menu-wrapper a{
color: #0277bd;
.ucb-main-nav-container .ucb-main-menu-mega-menu .menu-item .ucb-mega-menu-column-wrapper a{
color: #0277bd !important;
}

.ucb-main-nav-container .ucb-mega-menu .menu-item .mega-menu-wrapper a:hover{
.ucb-main-nav-container .ucb-main-menu-mega-menu .menu-item .ucb-mega-menu-column-wrapper a:hover{
color: #B71C1C;
}

Expand Down

0 comments on commit 7d12327

Please sign in to comment.