From d9a68f6ced3f510e5a52d5f857ca9c19aed8924b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 21 Apr 2020 07:58:44 +0200 Subject: Enhanced navigation menu in material theme --- app/Resources/static/themes/material/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Resources/static/themes/material/index.js') diff --git a/app/Resources/static/themes/material/index.js b/app/Resources/static/themes/material/index.js index 1c28401d..d8f5628c 100755 --- a/app/Resources/static/themes/material/index.js +++ b/app/Resources/static/themes/material/index.js @@ -63,6 +63,8 @@ $(document).ready(() => { container: 'body', }); + $('.dropdown-trigger').dropdown({ hover: false }); + initFilters(); initExport(); initRandom(); -- cgit v1.2.3