Skip to content

Commit

Permalink
fix: display the search bar icon on focus
Browse files Browse the repository at this point in the history
Fix #788
  • Loading branch information
razonyang committed Nov 16, 2022
1 parent a42c833 commit 14737c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main/scss/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.btn-search {
background: transparent !important;
color: var(--#{$prefix}accent) !important;
z-index: 4 !important;
z-index: 6 !important;
box-shadow: none !important;
}

Expand Down

0 comments on commit 14737c3

Please sign in to comment.