(css) Fix menu visibility when printing an email

Fixes #3584
pull/207/head
Francis Lachapelle 2016-04-27 11:18:22 -04:00
parent 712e5dc2ef
commit 5454690c38
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -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)

View File

@ -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,