Skip to content

Commit b47a00a

Browse files
committed
hide searchbar outline on focus mode
1 parent 41d5b3c commit b47a00a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/assets/App.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,9 @@ Producthunt item
789789
width: 100%;
790790
background-color: var(--card-header-background-color);
791791
}
792-
792+
.searchBarInput:focus {
793+
outline: none;
794+
}
793795
.tooltipLoading {
794796
display: flex;
795797
justify-content: center;

0 commit comments

Comments
 (0)