fixes #1251 empty tooltip removed

removed empty tooltip when hovering dropdown and remove text decoration underlien when hovering dropdown too
This commit is contained in:
Louis
2020-11-05 11:43:43 +01:00
parent b982c260fa
commit 8cbbdc4c74
2 changed files with 1 additions and 9 deletions
@@ -124,14 +124,6 @@ jQuery(document).ready(function() {
}
});
});
jQuery('.showInfo').tipTip({
'delay' : 0,
'fadeIn' : 200,
'fadeOut' : 200,
'maxWidth':'300px',
'keepAlive':true,
'activation':'click'
});
jQuery('.fullInfo').tipTip({
'delay' : 500,
'fadeIn' : 200,
+1 -1
View File
@@ -2,7 +2,7 @@
[class*="icon-"]:before { text-decoration:none !important; }
.showInfo { font-size:15px;cursor:pointer;line-height:15px; display: flex; align-items: center;}
.showInfo:hover { text-decoration: none;}
/* .Content is on every pages so it is common and it will no longer be a specific css */
.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
.content form { text-align: left; margin-left: 7px; margin-right: 9px;}