Skip to content

Commit

Permalink
SDSS-1188: Linked Newsroom menu logo to /news page (#355)
Browse files Browse the repository at this point in the history
* SDSS-1188: Linked Newsroom menu logo to /news page.
  • Loading branch information
jenbreese authored Feb 2, 2024
1 parent f5085d5 commit 19e5e56
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@
line-height: 108%;
margin-bottom: 0;

a {
color: $su-color-black;
text-decoration: none;

&:hover,
&:focus {
color: $sdss-color-palo-alto;
text-decoration: underline;
}
}

@include grid-media-max('md') {
display: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{# Label. If not displayed, we still provide it for screen readers. #}
{% set title_attributes = title_attributes.addClass('visually-hidden') %}
{{ title_prefix }}
<div class='menu-blocknewsroom-menu'>{{ configuration.label }}</div>
<div class='menu-blocknewsroom-menu'><a href='/news'>{{ configuration.label }}</a></div>
{{ title_suffix }}
{# Menu. #}
{% block content %}
Expand Down

0 comments on commit 19e5e56

Please sign in to comment.