Skip to content

Commit

Permalink
Merge pull request #4549 from alphagov/remove-org-logo-override-css
Browse files Browse the repository at this point in the history
Remove redundant CSS for organisation logo on landing page
  • Loading branch information
matthillco authored Jan 8, 2025
2 parents a79896a + c81a2f2 commit 0883f5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions app/assets/stylesheets/views/_landing_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
.landing-page-header__org {
padding-top: govuk-spacing(2);
padding-bottom: govuk-spacing(6);

// I've added this styling here rather than in the gem because it's application specific
// and it would introduce further work to make this variation work in the gem without
// affecting the other variants.
// TODO add this as a variant in the components gem.
.gem-c-organisation-logo__link:link:not(:hover) {
text-decoration: none;
}
}

.govuk-block {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
inverse: true,
inline: true,
hide_underline: true,
data_attributes: {
module: "ga4-link-tracker",
ga4_track_links_only: "",
Expand Down

0 comments on commit 0883f5a

Please sign in to comment.