Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading