super hide

This commit is contained in:
Paul Sori 2019-04-29 18:16:48 -04:00
parent ac12559f14
commit 2e11d21dd4
2 changed files with 5 additions and 1 deletions

View File

@ -816,3 +816,7 @@ ul.left-nav-menu li.selected svg {
height: 19px !important;
text-align: center;
}
.super-hide {
display: none !important;
}

View File

@ -563,7 +563,7 @@ $(document).ready(function () {
// Hide Filepath
$('#search_folders').toggleClass('hide');
// Show Search Input
$('.directoryName').toggleClass('hide');
$('.directoryName').toggleClass('super-hide');
if (!$('#search_folders').hasClass('hide')) {
$("#search_folders").focus();