Skip to content

Commit

Permalink
Merge pull request #4984 from navtoj/Branch-Search-Hidden-Input
Browse files Browse the repository at this point in the history
fix: Branch Search Hidden Input
  • Loading branch information
Byron authored Sep 27, 2024
2 parents 01584fc + 26b99e2 commit adf43a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/src/lib/navigation/Branches.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
.search-input {
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
padding-left: 8px;
border-radius: var(--radius-s);
border: 1px solid var(--clr-border-2);
Expand Down Expand Up @@ -289,7 +289,7 @@
}
& .search-input {
opacity: 1;
visibility: visible;
}
}
Expand Down

0 comments on commit adf43a5

Please sign in to comment.