mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-25 01:06:37 +00:00
Merge branch 'get_involved_dropdown' into 'master'
Get involved dropdown Fixed dropdown slide for header menu See merge request !100
This commit is contained in:
@@ -17,6 +17,10 @@ jQuery(document).ready(function($){
|
||||
$(this).parent().toggleClass('menu-open');
|
||||
});
|
||||
|
||||
$('#block-menu-menu-social-media, #block-menu-menu-get-involved').click(function(){
|
||||
$(this).find('.menu').slideToggle();
|
||||
});
|
||||
|
||||
$('.custom-dropdown-menu li.parent-item .fa').click(function(evt){
|
||||
evt.stopPropagation();
|
||||
$(this).toggleClass('fa-chevron-up fa-chevron-down');
|
||||
|
||||
Reference in New Issue
Block a user