Skip to content

Commit

Permalink
Merge pull request #1358 from EricDunsworth/v4.0-share-print-hide-exp…
Browse files Browse the repository at this point in the history
…anded-dropdowns

Theme: Hid expanded report a problem dropdowns when printing.

Approved at technical review meeting
  • Loading branch information
duboisp committed Jun 6, 2018
2 parents 2a73374 + 5d4947e commit 17f15c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/share/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
* Share/feedback-specific overrides (print view)
*/
.pagedetails {
details {
@extend %gcweb-print-display-none-important;
}

.btn {
@extend %gcweb-print-display-none-important;
}
}

0 comments on commit 17f15c4

Please sign in to comment.