Skip to content

Commit

Permalink
Merge pull request #615 from localgovdrupal/feature/614/hide-guides-s…
Browse files Browse the repository at this point in the history
…teps-nav

hides guides/steps navigation in print mode
  • Loading branch information
ekes authored Sep 24, 2024
2 parents 2028da7 + a38be8c commit 3833ab0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/print/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
.lgd-region__inner--header > *:not(.block-system-branding-block),
.sidebar,
.lgd-prev-next,
.newsroom__sidebar {
.newsroom__sidebar,
.block-localgov-guides-contents,
.block-views-blocklocalgov-step-by-step-navigation-steps-for-overview,
.block-views-blocklocalgov-step-by-step-navigation-steps {
display: none;
}

Expand Down

0 comments on commit 3833ab0

Please sign in to comment.