Skip to content

Commit

Permalink
Fix search input focus text alignement and overscroll-behavior for re…
Browse files Browse the repository at this point in the history
…sults (#1891)
  • Loading branch information
simonprev committed Apr 10, 2024
1 parent 08dba8f commit 70613c4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion assets/css/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
max-height: 450px;
white-space: normal;
overflow-x: hidden;
overscroll-behavior-y: contain;
}

.autocomplete-suggestions.previewing:has(.selected) {
Expand Down Expand Up @@ -245,4 +246,4 @@
.autocomplete-results .press-return {
display: none;
}
}
}
4 changes: 2 additions & 2 deletions assets/css/search-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.top-search .search-bar .search-input {
background-color: var(--searchSearch);
border: none;
border: 1px solid transparent;
border-radius: 8px;
color: var(--searchAccentMain);
position: relative;
Expand All @@ -40,7 +40,7 @@
}

.top-search .search-bar .search-input:focus {
border: 1px solid var(--searchBarFocusColor);
border-color: var(--searchBarFocusColor);
border-radius: 8px;
position: relative;
box-shadow: 0px 4px 20px 0px var(--searchBarBorderColor) inset;
Expand Down
6 changes: 0 additions & 6 deletions formatters/html/dist/html-elixir-B222U3A3.css

This file was deleted.

6 changes: 6 additions & 0 deletions formatters/html/dist/html-elixir-ISJZPRP6.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions formatters/html/dist/html-erlang-23BW7JAH.css

This file was deleted.

6 changes: 6 additions & 0 deletions formatters/html/dist/html-erlang-FPHIRMHP.css

Large diffs are not rendered by default.

0 comments on commit 70613c4

Please sign in to comment.