diff client/src/application/Topbar.vue @ 888:2e2ac0b88af9

client: hide menu button and box for print * Use bootstrap 4's class to hide the menu button and box from printing.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 01 Oct 2018 17:46:58 +0200
parents 9b982e50e938
children b9aaa093a9fb
line wrap: on
line diff
--- a/client/src/application/Topbar.vue	Mon Oct 01 17:41:00 2018 +0200
+++ b/client/src/application/Topbar.vue	Mon Oct 01 17:46:58 2018 +0200
@@ -1,7 +1,7 @@
 <template>
     <div class="topbar d-flex flex-row">
         <div @click="toggleSidebar">
-            <i class="ui-element menubutton fa fa-bars"></i>
+            <i class="ui-element menubutton d-print-none fa fa-bars"></i>
         </div>
         <div v-if="routeName == 'mainview'" :class="searchbarContainerStyle">
             <div class="input-group-prepend shadow">