Skip to content
Snippets Groups Projects
Commit 9a67bb04 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch...

Merge branch 'hotline#34474_sur_tablette_apple_les_filtres_de_l_agenda_ne_fonctionnent_pas' into 'hotline-master'

hotline #34474: UI filters, handle :hover pseudo-element on iOS

See merge request !1741
parents 7ed85274 aa24232f
Branches
Tags
3 merge requests!1797Master,!1746Master,!1745Hotline master
- ticket #34474 : Sur tablette Apple, correction du dépliement des filtres de l'agenda
\ No newline at end of file
......@@ -48,6 +48,11 @@
min-width: 90%;
}
.boite ul.filters.tabs li { //iOS touch :hover workaround
cursor: pointer;
}
.boite ul.filters.tabs li:hover ul {
display: block;
}
......@@ -75,4 +80,4 @@
.boite ul.filters.tabs .search form {
padding-left:5px;
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment