Skip to content

Commit 71355cf

Browse files
committed
fix border radius of sidebar search field
1 parent 6cc1731 commit 71355cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_static/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@ ul.search li p.context {
264264
font-size: .8rem;
265265
}
266266

267+
.bd-search:focus-within #search-input {
268+
border-radius: .25rem;
269+
}
270+
267271
#shortcut.input-group-text {
268272
padding-top: 0;
269273
padding-bottom: 0;
@@ -277,6 +281,7 @@ ul.search li p.context {
277281

278282
input#search-input {
279283
padding-left: 2.1875rem;
284+
border-radius: .25rem 0 0 .25rem;
280285
}
281286

282287
.search-icon {

0 commit comments

Comments
 (0)