aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
diff options
context:
space:
mode:
authorSimounet <contact@simounet.net>2016-12-29 19:17:36 +0100
committerSimounet <contact@simounet.net>2016-12-30 14:00:19 +0100
commitccb9e79a35cdac9f93de90f577f8ec63fdcc6081 (patch)
tree309f87ef36f9fe29f70621f1dedf659926691949 /src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
parent339b1e689d96b433d88ca1ad2325031841ae450d (diff)
downloadwallabag-ccb9e79a35cdac9f93de90f577f8ec63fdcc6081.tar.gz
wallabag-ccb9e79a35cdac9f93de90f577f8ec63fdcc6081.tar.zst
wallabag-ccb9e79a35cdac9f93de90f577f8ec63fdcc6081.zip
Fix double overlay on expanded right sidenav
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index e0d36738..d9fb5d73 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -92,12 +92,12 @@
92 </a> 92 </a>
93 </li> 93 </li>
94 <li id="button_filters"> 94 <li id="button_filters">
95 <a class="nav-panel-menu button-collapse-right tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.filter_entries'|trans }}" href="#" data-activates="filters"> 95 <a class="nav-panel-menu button-collapse-right tooltipped js-filters-action" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.filter_entries'|trans }}" href="#" data-activates="filters">
96 <i class="material-icons">filter_list</i> 96 <i class="material-icons">filter_list</i>
97 </a> 97 </a>
98 </li> 98 </li>
99 <li id="button_export"> 99 <li id="button_export">
100 <a class="nav-panel-menu button-collapse-right tooltipped" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.export'|trans }}" href="#" data-activates="export"> 100 <a class="nav-panel-menu button-collapse-right tooltipped js-export-action" data-position="bottom" data-delay="50" data-tooltip="{{ 'menu.top.export'|trans }}" href="#" data-activates="export">
101 <i class="material-icons">file_download</i> 101 <i class="material-icons">file_download</i>
102 </a> 102 </a>
103 </li> 103 </li>