Skip to content

Commit

Permalink
(css) Hide fab button when printing
Browse files Browse the repository at this point in the history
Fixes #4038
  • Loading branch information
cgx committed Feb 20, 2017
1 parent 48b2008 commit 3c65973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -11,6 +11,7 @@ Bug fixes
- [web] fixed ACL editor in admin module for Safari (#4036)
- [web] fixed function call when removing contact category (#4039)
- [web] localized mailbox names everywhere (#4040, #4041)
- [web] hide fab button when printing (#4038)

3.2.7 (2017-02-14)
------------------
Expand Down
3 changes: 2 additions & 1 deletion UI/WebServerResources/scss/core/print.scss
Expand Up @@ -16,6 +16,7 @@
md-autocomplete,
md-sidenav,
md-card-actions,
md-fab-speed-dial,
.md-open-menu-container,
.md-chip-remove-container,
.toolbar-main,
Expand Down Expand Up @@ -65,4 +66,4 @@
md-card {
box-shadow: none !important;
}
}
}

0 comments on commit 3c65973

Please sign in to comment.