Skip to content

Commit adf43a5

Browse files
authored
Merge pull request #4984 from navtoj/Branch-Search-Hidden-Input
fix: Branch Search Hidden Input
2 parents 01584fc + 26b99e2 commit adf43a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/desktop/src/lib/navigation/Branches.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
.search-input {
261261
width: 100%;
262262
height: 100%;
263-
opacity: 0;
263+
visibility: hidden;
264264
padding-left: 8px;
265265
border-radius: var(--radius-s);
266266
border: 1px solid var(--clr-border-2);
@@ -289,7 +289,7 @@
289289
}
290290
291291
& .search-input {
292-
opacity: 1;
292+
visibility: visible;
293293
}
294294
}
295295

0 commit comments

Comments
 (0)