From: Stephen Cameron Date: Thu, 21 Sep 2017 10:28:00 +0000 (+0200) Subject: Don't show icon help labels when horizontal menu is hidden. #1678 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=751eb20fee3d0a6ddd510e73560e934eb18f68fd;p=fluidbook-html5.git Don't show icon help labels when horizontal menu is hidden. #1678 @0:05 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index fd02a101..b8a1f4ad 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1241,6 +1241,10 @@ ul.chapters.shareList a.level0 .svg-icon { #icons { position: absolute; top: 0px; + + @media all and (max-width: @menu-breakpoint) { + display: none; + } } .portrait & .icon.afterSearch {