N°3749 - Remove old JS tooltip libs (qTip, jQuery tooltip, Bootstrap tooltip) calls - remove qtip

This commit is contained in:
Anne-Cath
2025-09-12 10:02:12 +02:00
parent 810e6c1bda
commit 7851109794
3 changed files with 0 additions and 34 deletions

File diff suppressed because one or more lines are too long

View File

@@ -72,8 +72,6 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
protected const COMPATIBILITY_DEPRECATED_LINKED_SCRIPTS_REL_PATH = [
'js/date.js',
'js/jquery.layout.min.js',
/** @deprecated 3.0.0 N°3748 qTip will be removed in 3.x, use Tippy.js instead */
'js/jquery.qtip-1.0.min.js',
];
/** @inheritDoc */
protected const COMPATIBILITY_MOVED_LINKED_STYLESHEETS_REL_PATH = [

View File

@@ -3284,15 +3284,6 @@ span.search-button, span.refresh-button {
cursor: pointer !important;
}
.qtip-content {
font-size: 12px;
}
.qtip-content p:first-child {
margin-top: 0px;
}
.qtip-content p:last-child {
margin-bottom: 0px;
}
.synchro-source {
}
.synchro-source-title {