diff --git a/packages/ui-default/components/highlighter/highlighter.page.styl b/packages/ui-default/components/highlighter/highlighter.page.styl index 498781fe..aa67ae91 100644 --- a/packages/ui-default/components/highlighter/highlighter.page.styl +++ b/packages/ui-default/components/highlighter/highlighter.page.styl @@ -84,3 +84,9 @@ code .token.space:before content: '\00B7' + +@media print { + .code-toolbar>.toolbar { + display: none !important; + } +} \ No newline at end of file diff --git a/packages/ui-default/components/omnisearch/omnibar.page.styl b/packages/ui-default/components/omnisearch/omnibar.page.styl index 89af0e36..40e76991 100644 --- a/packages/ui-default/components/omnisearch/omnibar.page.styl +++ b/packages/ui-default/components/omnisearch/omnibar.page.styl @@ -131,3 +131,8 @@ margin-left: 10px; } } +@media print { + .omnibar, .omnibar-toggle { + display: none; + } +} \ No newline at end of file