Skip to content

Commit 6088922

Browse files
authored
Padding and border changes in search completion. (#8527)
1 parent 728b20a commit 6088922

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/web_css/lib/src/_search.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@
112112
appearance: none;
113113
width: 25ex;
114114
border: 1px solid #000;
115-
border-radius: 5px;
115+
border-radius: 0 0 5px 5px;
116+
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.33);
116117
max-height: 20em;
117118
background: var(--pub-searchbar_suggest-background-color);
118119
color: var(--pub-searchbar_suggest-text-color);
@@ -123,7 +124,7 @@
123124
>.completion-option {
124125
cursor: pointer;
125126
white-space: nowrap;
126-
padding: 1px 4px;
127+
padding: 4px 8px;
127128

128129
&:hover {
129130
background-color: var(--pub-searchbar_suggest_hover-background-color);

0 commit comments

Comments
 (0)