Skip to content

Commit 2393ffe

Browse files
committed
border radius on all edges
1 parent 63693f9 commit 2393ffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/web_css/lib/src/_search.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@
111111
appearance: none;
112112
width: 25ex;
113113
border: 1px solid #000;
114-
border-bottom-left-radius: 5px;
115-
border-bottom-right-radius: 5px;
114+
border-radius: 5px;
116115
max-height: 20em;
117116
background: var(--pub-searchbar_input-background-color);
118117
color: var(--pub-searchbar_suggest-text-color);

0 commit comments

Comments
 (0)