From 5454690c384676d2d9e537c0322ef31a529e3d89 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 27 Apr 2016 11:18:22 -0400 Subject: [PATCH] (css) Fix menu visibility when printing an email Fixes #3584 --- NEWS | 1 + UI/WebServerResources/scss/core/print.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 8bf6284fed..1afb5e695f 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,7 @@ Bug fixes - [web] properly escape the user's display name (#3617) - [web] avoid returning search results on objects without read permissions (#3619) - [web] restore priority of event or task in component editor + - [web] fixed menu content visibility when printing an email (#3584) - [core] properly escape wide characters (#3616) - [core] avoid double-appending domains in cache for multi-domain configurations (#3614) - [dav] we now handle the default classifications for tasks (#3541) diff --git a/UI/WebServerResources/scss/core/print.scss b/UI/WebServerResources/scss/core/print.scss index 9cce86227e..6294a06a11 100644 --- a/UI/WebServerResources/scss/core/print.scss +++ b/UI/WebServerResources/scss/core/print.scss @@ -8,6 +8,7 @@ // Don't print some components md-sidenav, md-card-actions, + ._md-open-menu-container, .toolbar-main, .view-list, .sg-reversible.sg-flip .sg-face,