Skip to content

Commit

Permalink
fix(YALB-520): change link hover back to menu-link-color
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanken-yale committed Jan 3, 2024
1 parent a101bb5 commit 5db6bb6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ a[class*="cta"].link--with-icon.ys_linked.link {
table a.ys_linked.link {
display: inline;
}

/* applying data attributes causes the hover color to change, but in a menu we
* don't do that. */
li.primary-nav__item a.link--with-icon.ys_linked:hover {
color: var(--menu-link-color);
}

0 comments on commit 5db6bb6

Please sign in to comment.