Skip to content

Commit

Permalink
removed spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Dec 18, 2023
1 parent 656ca60 commit c609cbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/system-apps/fileexplorer/fileexplorer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ export class FileexplorerComponent implements OnInit, AfterViewInit, OnDestroy
if(this.isSearchBoxNotEmpty){
if(this.onClearSearchIconHover){
this.clearSearchStyle = {

'background-color': '#3f3e3e',
'transition': 'background-color 0.3s ease'
}
Expand Down Expand Up @@ -438,8 +437,6 @@ export class FileexplorerComponent implements OnInit, AfterViewInit, OnDestroy
}
}
}


}

resetSearchIconHiglight():void{
Expand Down

0 comments on commit c609cbc

Please sign in to comment.