From 1444ff9013dfbe9011530f5efe2b0b68f1602a3e Mon Sep 17 00:00:00 2001
From: Laurent Laffont <llaffont@afi-sa.fr>
Date: Tue, 19 Feb 2019 17:46:37 +0100
Subject: [PATCH] hotline #86113 fix comment in CSS ;)

---
 VERSIONS_HOTLINE/86113                | 1 +
 public/opac/js/renderFilters/tabs.css | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 VERSIONS_HOTLINE/86113

diff --git a/VERSIONS_HOTLINE/86113 b/VERSIONS_HOTLINE/86113
new file mode 100644
index 00000000000..af834ff9786
--- /dev/null
+++ b/VERSIONS_HOTLINE/86113
@@ -0,0 +1 @@
+ - ticket #86113 : iOS : correction du dépliage des filtres sur la boite agenda
\ No newline at end of file
diff --git a/public/opac/js/renderFilters/tabs.css b/public/opac/js/renderFilters/tabs.css
index f0707dc1e6e..c988748416a 100644
--- a/public/opac/js/renderFilters/tabs.css
+++ b/public/opac/js/renderFilters/tabs.css
@@ -49,9 +49,10 @@
 }
 
 
-.boite ul.filters.tabs li { //iOS touch :hover workaround
+.boite ul.filters.tabs li {
+  /* iOS touch :hover workaround */
   cursor: pointer;
-			  }
+}
 
 .boite ul.filters.tabs li:hover ul {
     display: block;
-- 
GitLab