mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°3749 - Remove old JS tooltip libs (qTip, jQuery tooltip, Bootstrap tooltip) calls - remove qtip
This commit is contained in:
23
js/jquery.qtip-1.0.min.js
vendored
23
js/jquery.qtip-1.0.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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 = [
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user