Skip to content

Commit

Permalink
Dev Removed obsolete superfish libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 7, 2021
1 parent 5db4976 commit caa4dec
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 1,010 deletions.
15 changes: 0 additions & 15 deletions application/config/third_party.php
Expand Up @@ -190,21 +190,6 @@
)
),

// jQuery Superfish
'jquery-superfish' => array(
'basePath' => 'third_party.jquery-superfish',
'js' => array(
'js/superfish.js',
'js/hoverIntent.js'
),
'css' => array(
'css/superfish.css'
),
'depends' => array(
'jquery'
)
),

// jQuery json
'jquery-json' => array(
'basePath' => 'third_party.jquery-json',
Expand Down
1 change: 0 additions & 1 deletion application/views/admin/htmleditor/pop_editor_view.php
Expand Up @@ -6,7 +6,6 @@
<meta name="robots" content="noindex, nofollow" />
<?php
App()->getClientScript()->registerPackage('jqueryui');
App()->getClientScript()->registerPackage('jquery-superfish');
App()->getClientScript()->registerPackage('ckeditor');
App()->getClientScript()->registerPackage('ckeditoradditions');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('publicstyleurl') . 'jquery-ui.css');
Expand Down
54 changes: 0 additions & 54 deletions assets/packages/adminbasics/scss/rtl/001-adminstyle-rtl.scss
Expand Up @@ -113,59 +113,6 @@ div.menubar input {
}



/* Superfish menu */

.sf-menu {
float: right;
}

.sf-menu li {
float: right;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
right: 0;
left: auto;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
right: 99%;
left: auto;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
right: 10em;
left: auto;
}

.sf-menu a.sf-with-ul {
padding-right: 1em;
padding-left: 1.7em;
}

.sf-sub-indicator {
right: auto;
left: 0.75em;
}

.sf-sub-indicator {
background-image: url("images/arrows_rtl.png");
}

.sf-shadow ul {
background-position: left bottom;
border-bottom-right-radius: 17px;
border-top-left-radius: 17px;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
padding: 0 0 9px 8px;
}


/* Tabs */

.ui-tabs .ui-tabs-nav li {
Expand All @@ -174,7 +121,6 @@ ul.sf-menu li li li:hover ul,
}



/* Question type preview combobox */
.dd {
float: right;
Expand Down
21 changes: 0 additions & 21 deletions third_party/jquery-superfish/MIT-LICENSE.txt

This file was deleted.

20 changes: 0 additions & 20 deletions third_party/jquery-superfish/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions third_party/jquery-superfish/changelog.txt

This file was deleted.

86 changes: 0 additions & 86 deletions third_party/jquery-superfish/css/superfish-navbar.css

This file was deleted.

23 changes: 0 additions & 23 deletions third_party/jquery-superfish/css/superfish-vertical.css

This file was deleted.

0 comments on commit caa4dec

Please sign in to comment.