Skip to content

Commit

Permalink
Padding and border changes in search completion. (#8527)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Feb 4, 2025
1 parent 728b20a commit 6088922
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/web_css/lib/src/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
appearance: none;
width: 25ex;
border: 1px solid #000;
border-radius: 5px;
border-radius: 0 0 5px 5px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
max-height: 20em;
background: var(--pub-searchbar_suggest-background-color);
color: var(--pub-searchbar_suggest-text-color);
Expand All @@ -123,7 +124,7 @@
>.completion-option {
cursor: pointer;
white-space: nowrap;
padding: 1px 4px;
padding: 4px 8px;

&:hover {
background-color: var(--pub-searchbar_suggest_hover-background-color);
Expand Down

0 comments on commit 6088922

Please sign in to comment.